Difference between revisions of "Lua Commands"

From Fortress Forever Wiki
Jump to navigationJump to search
(Redirecting to Category:Lua Commands)
 
(28 intermediate revisions by 3 users not shown)
Line 1: Line 1:
=Introduction=
+
#REDIRECT [[Category:Lua_Commands]]
LUA Commands are functions LUA can use to call into game code to do something and usually return a result. These are also referred to as "entry points".
 
 
 
==Communicating with player==
 
*BroadCastMessage
 
*BroadCastMessageToPlayer
 
*BroadCastSound
 
*BroadCastSoundToPlayer
 
*ConsoleToAll
 
*EmitSound
 
 
 
==Interfacing with map entities==
 
*CloseDoor
 
*FireOutput
 
*LockButton
 
*LockDoor
 
*OpenDoor
 
*PressButton
 
*ToggleDoor
 
*SpawnEntityAtPlayer
 
*UnlockButton
 
*UnlockDoor
 
*UseEntity
 
 
 
==Finding Information about the Players==
 
*GetPlayer
 
*GetPlayerClass
 
*GetPlayerOnTeam
 
*GetPlayerName
 
*GetPlayerTeam
 
*NumPlayers
 
*NumPlayersOnTeam
 
 
 
==Manipulating Players==
 
*AddAmmo
 
*RemoveAmmo
 
*AddArmor
 
*AddHealth
 
*AddFrags
 
*MarkRadioTag
 
*RespawnAllPlayers
 
*RespawnPlayer
 
 
 
==Manipulating Teams==
 
*AddTeamScore
 
*[[LUA:SetTeamAllies|SetTeamAllies]]
 
*SetTeamClassLimit
 
 
 
==Item/Flag related==
 
*DropItem
 
*Pickup
 
*PlayerHasItem
 
*RemoveItem
 
*Respawn
 
*ReturnItem
 
 
 
==Misc==
 
*IncludeScript
 
*PrecacheModel
 
*PrecacheSound
 
*Random / rand
 
*SetModel
 
 
 
==Map Location System==
 
*[[LUA:Map Location System|Map Location System]]
 
 
 
[[Category:LUA]]
 

Latest revision as of 20:05, 25 February 2008