ctf_flag
A flag used for the CTF minigame.
Vars | |
anyonecanpickup | Can anyone pick up the flag or only players of the opposing team. |
---|---|
ctf_game | Reference to the CTF controller associated with the above game ID. |
flag_value | How many points this flag is worth when captured. |
game_id | Game_id that this flag is associated with. |
reset | Reference to an object that's location is used when this flag needs to respawn. |
reset_cooldown | Var used for tracking when this flag should be returned to base. |
team | Team that this flag is associated with, a team cannot capture its own flag. |
Var Details
anyonecanpickup
Can anyone pick up the flag or only players of the opposing team.
ctf_game
Reference to the CTF controller associated with the above game ID.
flag_value
How many points this flag is worth when captured.
game_id
Game_id that this flag is associated with.
reset
Reference to an object that's location is used when this flag needs to respawn.
reset_cooldown
Var used for tracking when this flag should be returned to base.
team
Team that this flag is associated with, a team cannot capture its own flag.