CInfoLadderDismount: Difference between revisions

From SigMod
Jump to navigation Jump to search
(Created blank page)
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Overview ==
An entity used in Half-Life 2 to denote ladder dismount points.


'''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/shared/func_ladder.h /game/shared/func_ladder.h]'''
'''Linked Entity : [https://developer.valvesoftware.com/wiki/info_ladder_dismount info_ladder_dismount]'''
==[[Classes|Class Structure]]==
*'''[[CBaseEntity]]'''
**'''CInfoLadderDismount'''

Latest revision as of 15:18, 9 March 2023

Overview[edit | edit source]

An entity used in Half-Life 2 to denote ladder dismount points.

Source location : /game/shared/func_ladder.h

Linked Entity : info_ladder_dismount

Class Structure[edit | edit source]