CLogicScript: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
An entity that acts as a container for game scripts | |||
[https://github.com/sr2echa/CSGO-Source-Code/blob/master/cstrike15_src/game/server/logicentities.cpp 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 |
Revision as of 17:07, 8 March 2023
Overview
An entity that acts as a container for game scripts
Linked Entity : logic_script
Class Structure
- CBaseEntity
- CPointEntity
- CLogicScript
- CPointEntity
Entity DataMaps
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] |