Crossfire Server, Trunk
age.checkfailed Class Reference
+ Inheritance diagram for age.checkfailed:
+ Collaboration diagram for age.checkfailed:

Static Public Attributes

list actualdiff = []
 
tuple currenttime = (Crossfire.GetTime())[:5]
 
 desireddiff = list(map(int, args[1:]))
 
 markername = args[0]
 
list MAXTIMES
 
 oldtime = self.getStatus(markername).split("-")
 

Detailed Description

Definition at line 22 of file age.py.

Field Documentation

◆ actualdiff

list age.checkfailed.actualdiff = []
static

Definition at line 43 of file age.py.

◆ currenttime

tuple age.checkfailed.currenttime = (Crossfire.GetTime())[:5]
static

Definition at line 42 of file age.py.

◆ desireddiff

age.checkfailed.desireddiff = list(map(int, args[1:]))
static

Definition at line 41 of file age.py.

◆ markername

age.checkfailed.markername = args[0]
static

Definition at line 34 of file age.py.

◆ MAXTIMES

list age.checkfailed.MAXTIMES
static
Initial value:
= [Crossfire.Time.MONTHS_PER_YEAR, Crossfire.Time.WEEKS_PER_MONTH*Crossfire.Time.DAYS_PER_WEEK,
Crossfire.Time.HOURS_PER_DAY, 60]

Definition at line 29 of file age.py.

◆ oldtime

age.checkfailed.oldtime = self.getStatus(markername).split("-")
static

Definition at line 35 of file age.py.


The documentation for this class was generated from the following file: