Category:Lua Commands
LUA commands that are specific for Fortress Forever. This list is incomplete and will be replaced eventually, and everything put into categories. Global FunctionsGlobal functions are not confined to any object type. They can be called alone, from just about anywhere in the script. Example: local player = CastToPlayer( player_entity ) AddHudTimer(player, "timer", 300, -1, 0, 70, 4) This global function is not a player function, though it takes a player object as a parameter. Casting CommandsThese functions cast game objects into different data types. See Lua:Entity_typing. Entity ChecksThese commands are used to check if the specified entity is a game entity of a specific type. See Lua:Entity_typing. Player messaging and soundsThese are used to send text messages and sounds to players. SchedulesSchedules are a way to delay the effects of a script for a specific length of time. HUD ItemsThrough Lua, a map can display information on a player's screen. Objective IconsObjective icons help guide the player to where they are supposed to be. UtilityThese lua functions are useful for getting your scripts working. Object functionsEach class of entity will have its own set of functions. These are listed in the links below:
|
Subcategories
This category has the following 11 subcategories, out of 11 total.
Pages in category "Lua Commands"
The following 41 pages are in this category, out of 41 total.
L
- Lua Commands
- Lua:BroadCastMessage
- Lua:BroadCastMessageToPlayer
- Lua:BroadCastSound
- Lua:BroadCastSoundToPlayer
- Lua:Commands
- Lua:ConsoleToAll
- Lua:DisplayMessage
- Lua:Functions
- Lua:HasGameStarted
- Lua:IncludeScript
- Lua:info ff script
- Lua:IsDispenser
- Lua:IsGrenade
- Lua:IsGrenInNoGren
- Lua:IsPlayer
- Lua:IsPlayerInNoBuild
- Lua:IsSentrygun
- Lua:Menus
- Lua:OutputEvent
- Lua:PrecacheModel
- Lua:PrecacheSound
- Lua:RandomFlagTouchSpeak
- Lua:RandomFloat
- Lua:RandomInt
- Lua:SetTeamAllies
- Lua:SetTeamClassLimit
- Lua:SetTeamName
- Lua:SetTeamPlayerLimit
- Lua:SmartClassLimits
- Lua:SmartMessage
- Lua:SmartSound
- Lua:SmartSpeak
- Lua:SmartTeamMessage
- Lua:SmartTeamSound
- Lua:SmartTeamSpeak
- Lua:SpeakAll
- Lua:SpeakPlayer
- Lua:UpdateObjectiveIcon
- Lua:UpdateTeamObjectiveIcon