Difference between revisions of "Lua:IsDispenser"

From Fortress Forever Wiki
Jump to navigationJump to search
 
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
{{Infobox manual/Header}}
 
==IsDispenser==
 
==IsDispenser==
  
Line 12: Line 13:
 
The output is true or false depending if ent_id is a dispenser or not.
 
The output is true or false depending if ent_id is a dispenser or not.
  
[[Category:LUA_Commands]]
+
[[Category:Lua_Commands]]
 +
{{Infobox manual/Footer}}

Latest revision as of 17:39, 31 December 2007


IsDispenser

IsDispenser is used to see if an entity index being passed into a function is a dispenser or not.

Usage

IsDispenser( ent_id )

Input

The ent_id passed in is simply an integer index that refers to an entities game code ENTINDEX().

Output

The output is true or false depending if ent_id is a dispenser or not.