Crossfire Server, Trunk
ship Namespace Reference

Functions

def clearTimer ()
 
def getState ()
 
def getValue (key)
 
def isSailing ()
 
def setState (state)
 
def setTimer (time)
 
def setValue (key, value)
 

Variables

 player = Crossfire.WhoIsActivator()
 
int sailtime = 15
 
 whoami = Crossfire.WhoAmI()
 

Function Documentation

◆ clearTimer()

def ship.clearTimer ( )

Definition at line 46 of file ship.py.

References getState(), getValue(), make_face_from_files.int, isSailing(), setState(), and setTimer().

+ Here is the call graph for this function:

◆ getState()

def ship.getState ( )

Definition at line 27 of file ship.py.

References getValue(), and make_face_from_files.int.

Referenced by clearTimer(), and isSailing().

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

◆ getValue()

def ship.getValue (   key)

Definition at line 14 of file ship.py.

Referenced by clearTimer(), and getState().

+ Here is the caller graph for this function:

◆ isSailing()

def ship.isSailing ( )

Definition at line 35 of file ship.py.

References getState().

Referenced by clearTimer().

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

◆ setState()

def ship.setState (   state)

Definition at line 31 of file ship.py.

References setValue().

Referenced by clearTimer().

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

◆ setTimer()

def ship.setTimer (   time)

Definition at line 42 of file ship.py.

References setValue(), and make_face_from_files.str.

Referenced by clearTimer().

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

◆ setValue()

Variable Documentation

◆ player

ship.player = Crossfire.WhoIsActivator()

Definition at line 9 of file ship.py.

◆ sailtime

int ship.sailtime = 15

Definition at line 11 of file ship.py.

◆ whoami

ship.whoami = Crossfire.WhoAmI()

Definition at line 10 of file ship.py.