objective 
Vars | |
admin_grantable | can this be granted by admins? |
---|---|
count_space_areas | Should space areas count when finding a target? |
default_opt_in_level | The default opt in level of this objective. Only targets with opt in above or at this will be considered for this objective. |
no_failure | if this objective doesn't print failure or success in the roundend report |
objective_name | name used in printing this objective (Objective #1) |
Procs | |
get_opt_in_level | Simple getter for [default_opt_in_level]. Use for custom behavior. |
get_roundend_success_suffix | Provides a string describing what a good job you did or did not do |
opt_in_valid | Returns whether or not our opt in levels/variables are correct for the target. If true, they can be picked as a target. |
Var Details
admin_grantable 
can this be granted by admins?
count_space_areas 
Should space areas count when finding a target?
default_opt_in_level 
The default opt in level of this objective. Only targets with opt in above or at this will be considered for this objective.
no_failure 
if this objective doesn't print failure or success in the roundend report
objective_name 
name used in printing this objective (Objective #1)
Proc Details
get_opt_in_level
Simple getter for [default_opt_in_level]. Use for custom behavior.
get_roundend_success_suffix
Provides a string describing what a good job you did or did not do
opt_in_valid
Returns whether or not our opt in levels/variables are correct for the target. If true, they can be picked as a target.