CLogicEventListener: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Overview == TBD '''Source location : Absent from the 2017 TF2 source code.''' '''Linked Entity : [https://developer.valvesoftware.com/wiki/logic_script logic_eventlistene...") |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
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/ | '''Linked Entity : [https://developer.valvesoftware.com/wiki/logic_eventlistener logic_eventlistener]''' | ||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**'''[[ | **'''[[CServerOnlyEntity]]''' | ||
***'''CLogicEventListener''' | ***'''[[CLogicalEntity]]''' | ||
****'''CLogicEventListener''' | |||
== Entity DataMaps == | == Entity DataMaps == |
Latest revision as of 17:15, 8 March 2023
Overview[edit | edit source]
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
Class Structure[edit | edit source]
- CBaseEntity
- CServerOnlyEntity
- CLogicalEntity
- CLogicEventListener
- CLogicalEntity
- CServerOnlyEntity
Entity DataMaps[edit | edit source]
Name | Type | Description |
---|---|---|
InputEnable | ||
InputDisable | ||
m_OnEventFired | ||
m_iszEventName | ||
m_bFetchEventData | ||
m_bIsEnabled | ||
m_nTeam |