byond - Modules - TypesVar Details - Proc Details

capture_objective

Vars

activation_timeChannel time to capture or activate this objective
capture_delayHow long capture takes to come into effect, if applicable
capture_flagsSpecial capture behavior flags for this objectives
capture_timerTimer holder for the current capture/decapture timer
capturing_factionFaction currently trying to change the objective's ownership
owning_factionWho controls this objective. Mainly used for objectives that can be recaptured

Procs

begin_captureStarts the capture process
capture_checkChecks if this objective can be captured
do_captureTries to capture or decapture the objective
finish_captureFully 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