|
Crossfire Server, Trunk
1.75.0
|
Variables | |
| activator = Crossfire.WhoIsActivator() | |
| activatorname = activator.Name | |
| author | |
| board = CFBoard.CFBoard() | |
| boardname = Crossfire.ScriptParameters() | |
| list | element = [] |
| elements = board.list(boardname) | |
| int | id = 1 |
| index = int(text[1]) | |
| string | message = 'Help for %s\nList of commands:\n\n- list\n- write <message>\n- remove <id>\n'%boardname |
| text = Crossfire.WhatIsMessage().split(' ', 1) | |
| total = board.countmsg(boardname) | |
| whoami = Crossfire.WhoAmI() | |
| board.author |
Definition at line 59 of file board.py.
Referenced by cf_object_drop(), and cfapi_object_drop().
| board.board = CFBoard.CFBoard() |
| board.elements = board.list(boardname) |