|
Crossfire Server, Trunk
1.75.0
|
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() | |
| def ship.clearTimer | ( | ) |
Definition at line 46 of file ship.py.
References getState(), getValue(), isSailing(), setState(), and setTimer().
Here is the call graph for this function:| def ship.getState | ( | ) |
Definition at line 27 of file ship.py.
References getValue().
Referenced by clearTimer(), and isSailing().
Here is the call graph for this function:
Here is the caller graph for this function:| 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:| 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:| 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:| def ship.setTimer | ( | time | ) |
Definition at line 42 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:| def ship.setValue | ( | key, | |
| value | |||
| ) |
Definition at line 23 of file ship.py.
Referenced by setState(), and setTimer().
Here is the caller graph for this function: