CLogicEventListener: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
Used to relay outputs/inputs from the events to the world and vice versa | |||
'''Source | '''Source Location : [https://github.com/sr2echa/CSGO-Source-Code/blob/master/cstrike15_src/game/server/logic_eventlistener.h /game/server/logic_eventlistener.h]''' | ||
'''Linked Entity : [https://developer.valvesoftware.com/wiki/logic_eventlistener logic_eventlistener]''' | '''Linked Entity : [https://developer.valvesoftware.com/wiki/logic_eventlistener logic_eventlistener]''' | ||
Line 9: | Line 9: | ||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**'''[[ | **'''[[CServerOnlyEntity]]''' | ||
***'''CLogicEventListener''' | ***'''CLogicalEntity''' | ||
****'''CLogicEventListener''' | |||
== Entity DataMaps == | == Entity DataMaps == |
Revision as of 17:12, 8 March 2023
Overview
Used to relay outputs/inputs from the events to the world and vice versa
Source Location : /game/server/logic_eventlistener.h
Linked Entity : logic_eventlistener
TODO: Verify the class name and inheritance
Class Structure
- CBaseEntity
- CServerOnlyEntity
- CLogicalEntity
- CLogicEventListener
- CLogicalEntity
- CServerOnlyEntity
Entity DataMaps
Name | Type | Description |
---|---|---|
InputEnable | ||
InputDisable | ||
m_OnEventFired | ||
m_iszEventName | ||
m_bFetchEventData | ||
m_bIsEnabled | ||
m_nTeam |