|
Crossfire Server, Trunk
1.75.0
|
Functions | |
| def | CheckClearance (lParams, oActivator) |
| def | find_player (object) |
Variables | |
| activator = Crossfire.WhoIsActivator() | |
| activatorname = activator.Name | |
| string | Approved = "Access granted" |
| mymap = activator.Map | |
| Params = string.split(Crossfire.ScriptParameters()) | |
| list | texta = [ '' ] |
| def CFGuildClearance.CheckClearance | ( | lParams, | |
| oActivator | |||
| ) |
Definition at line 21 of file CFGuildClearance.py.
Referenced by guild_dues.GuildDues.do_buy(), guild_dues.GuildDues.do_help(), and guild_dues.GuildDues.do_withdraw().
Here is the caller graph for this function:| def CFGuildClearance.find_player | ( | object | ) |
Definition at line 9 of file CFGuildClearance.py.
| CFGuildClearance.activator = Crossfire.WhoIsActivator() |
Definition at line 6 of file CFGuildClearance.py.
| CFGuildClearance.activatorname = activator.Name |
Definition at line 7 of file CFGuildClearance.py.
| string CFGuildClearance.Approved = "Access granted" |
Definition at line 54 of file CFGuildClearance.py.
| CFGuildClearance.mymap = activator.Map |
Definition at line 8 of file CFGuildClearance.py.
| CFGuildClearance.Params = string.split(Crossfire.ScriptParameters()) |
Definition at line 52 of file CFGuildClearance.py.
| CFGuildClearance.texta = [ '' ] |
Definition at line 47 of file CFGuildClearance.py.