Difference between revisions of "Category:Team functions"
From Fortress Forever Wiki
Jump to navigationJump to searchm |
|||
Line 1: | Line 1: | ||
+ | {{Infobox manual/Header}} | ||
+ | {{Infobox_mapping}} | ||
These are functions that can be applied to a team. | These are functions that can be applied to a team. | ||
Line 32: | Line 34: | ||
[[Category:Lua]] | [[Category:Lua]] | ||
[[Category:Lua_Commands]] | [[Category:Lua_Commands]] | ||
+ | {{Infobox manual/Footer}} |
Latest revision as of 13:56, 5 May 2010
These are functions that can be applied to a team. UsageCFFTeam:function(parameters) ExamplePOINTS_PER_CAPTURE = 10 local team = player:GetTeam() --returns a CFFTeam object, on which we can run team functions. team:AddScore(POINTS_PER_CAPTURE)
See also Team Flags and Lua:Entity_typing#CFFTeam |
This category currently contains no pages or media.