Category:Team functions
From Fortress Forever Wiki
Jump to navigationJump to searchThe printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
|
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.