capture_objective

Vars | |
activation_time | Channel time to capture or activate this objective |
---|---|
capture_delay | How long capture takes to come into effect, if applicable |
capture_flags | Special capture behavior flags for this objectives |
capture_timer | Timer holder for the current capture/decapture timer |
capturing_faction | Faction currently trying to change the objective's ownership |
owning_faction | Who controls this objective. Mainly used for objectives that can be recaptured |
Procs | |
begin_capture | Starts the capture process |
capture_check | Checks if this objective can be captured |
do_capture | Tries to capture or decapture the objective |
finish_capture | Fully captures or activates the objective |
Var Details
activation_time

Channel time to capture or activate this objective
capture_delay

How long capture takes to come into effect, if applicable
capture_flags

Special capture behavior flags for this objectives
capture_timer

Timer holder for the current capture/decapture timer
capturing_faction

Faction currently trying to change the objective's ownership
owning_faction

Who controls this objective. Mainly used for objectives that can be recaptured
Proc Details
begin_capture
Starts the capture process
capture_check
Checks if this objective can be captured
do_capture
Tries to capture or decapture the objective
finish_capture
Fully captures or activates the objective