CLogicScript: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
An entity that acts as a container for game scripts | |||
'''Source | '''Source Location : [https://github.com/sr2echa/CSGO-Source-Code/blob/master/cstrike15_src/game/server/logicentities.cpp /game/server/logicentities.cpp]''' | ||
'''Linked Entity : [https://developer.valvesoftware.com/wiki/logic_script logic_script]''' | '''Linked Entity : [https://developer.valvesoftware.com/wiki/logic_script logic_script]''' | ||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
Line 14: | Line 13: | ||
== Entity DataMaps == | == Entity DataMaps == | ||
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0; | {| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0; | ||
|+ | |+CLogicScript | ||
! style="width: 50%; background-color: #303030; color: white" |Name | ! style="width: 50%; background-color: #303030; color: white" |Name | ||
! style="width: 15%; background-color: #303030; color: white" |Type | ! style="width: 15%; background-color: #303030; color: white" |Type |
Latest revision as of 17:09, 8 March 2023
Overview[edit | edit source]
An entity that acts as a container for game scripts
Source Location : /game/server/logicentities.cpp
Linked Entity : logic_script
Class Structure[edit | edit source]
- CBaseEntity
- CPointEntity
- CLogicScript
- CPointEntity
Entity DataMaps[edit | edit source]
Name | Type | Description |
---|---|---|
m_iszGroupMembers[0] | ||
m_iszGroupMembers[1] | ||
m_iszGroupMembers[2] | ||
m_iszGroupMembers[3] | ||
m_iszGroupMembers[4] | ||
m_iszGroupMembers[5] | ||
m_iszGroupMembers[6] | ||
m_iszGroupMembers[7] | ||
m_iszGroupMembers[8] | ||
m_iszGroupMembers[9] | ||
m_iszGroupMembers[10] | ||
m_iszGroupMembers[11] | ||
m_iszGroupMembers[12] | ||
m_iszGroupMembers[13] | ||
m_iszGroupMembers[14] | ||
m_iszGroupMembers[15] |