Crossfire Server, Trunk
|
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() |
list board.element = [] |
Definition at line 56 of file board.py.
Referenced by nlohmann::basic_json.basic_json(), nlohmann::detail::exception.diagnostics(), nlohmann::json_pointer< BasicJsonType >.flatten(), nlohmann::detail.hash(), nlohmann::basic_json.set_parents(), and nlohmann::json_pointer< BasicJsonType >.unflatten().