Crossfire Server, Trunk
trigger Namespace Reference

Functions

def do_delayed_trigger ()
 
def flip_pol (pol)
 
def trigger (ob, con, pol=1, delay=5)
 
def trigger_delay (ob, con, pol, delay)
 

Variables

bool extra_debug = False
 

Function Documentation

◆ do_delayed_trigger()

def trigger.do_delayed_trigger ( )

Definition at line 46 of file trigger.py.

References make_face_from_files.int, and split().

+ Here is the call graph for this function:

◆ flip_pol()

def trigger.flip_pol (   pol)

Definition at line 23 of file trigger.py.

Referenced by trigger().

+ Here is the caller graph for this function:

◆ trigger()

def trigger.trigger (   ob,
  con,
  pol = 1,
  delay = 5 
)

Definition at line 29 of file trigger.py.

References flip_pol(), and trigger_delay().

Referenced by Crossfire_Object_CheckTrigger().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ trigger_delay()

def trigger.trigger_delay (   ob,
  con,
  pol,
  delay 
)

Definition at line 38 of file trigger.py.

Referenced by trigger().

+ Here is the caller graph for this function:

Variable Documentation

◆ extra_debug

bool trigger.extra_debug = False

Definition at line 21 of file trigger.py.