Skip to content

Commit fb8f237

Browse files
committed
fix getnumtouching description
1 parent 78e2bf2 commit fb8f237

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/game/server/triggers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ BEGIN_ENT_SCRIPTDESC( CBaseTrigger, CBaseEntity, "Server-side trigger" )
139139
DEFINE_SCRIPTFUNC( Disable, "Disable the trigger" )
140140
DEFINE_SCRIPTFUNC( Enable, "Enable the trigger" )
141141
DEFINE_SCRIPTFUNC_NAMED( ScriptIsTouching, "IsTouching", "Checks whether the passed entity is touching the trigger." )
142-
DEFINE_SCRIPTFUNC( GetNumTouching, "GetNumTouching", "Gets the number of entities currently touching the trigger." )
142+
DEFINE_SCRIPTFUNC( GetNumTouching, "Gets the number of entities currently touching the trigger." )
143143
DEFINE_SCRIPTFUNC_NAMED( ScriptGetTouching, "GetTouching", "Gets the i'th entity currently touching the trigger." )
144144
END_SCRIPTDESC();
145145

0 commit comments

Comments
 (0)