Lua:IsSentrygun
From Fortress Forever Wiki
Jump to navigationJump to search
IsSentrygunIsSentrygun is used to see if an entity index being passed into a function is a sentrygun or not. UsageIsSentrygun( ent_id ) InputThe ent_id passed in is simply an integer index that refers to an entities game code ENTINDEX(). OutputThe output is true or false depending if ent_id is a sentrygun or not. |