Crossfire Server, Trunk
board Namespace Reference

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()
 

Variable Documentation

◆ activator

board.activator = Crossfire.WhoIsActivator()

Definition at line 31 of file board.py.

◆ activatorname

board.activatorname = activator.Name

Definition at line 32 of file board.py.

◆ author

board.author

Definition at line 59 of file board.py.

Referenced by cf_object_drop(), and cfapi_object_drop().

◆ board

board.board = CFBoard.CFBoard()

Definition at line 29 of file board.py.

◆ boardname

board.boardname = Crossfire.ScriptParameters()

Definition at line 35 of file board.py.

◆ element

◆ elements

board.elements = board.list(boardname)

Definition at line 55 of file board.py.

◆ id

int board.id = 1

Definition at line 57 of file board.py.

◆ index

board.index = int(text[1])

Definition at line 67 of file board.py.

◆ message

board.message = 'Help for %s\nList of commands:\n\n- list\n- write <message>\n- remove <id>\n'%boardname

Definition at line 41 of file board.py.

◆ text

board.text = Crossfire.WhatIsMessage().split(' ', 1)

Definition at line 38 of file board.py.

◆ total

board.total = board.countmsg(boardname)

Definition at line 52 of file board.py.

◆ whoami

board.whoami = Crossfire.WhoAmI()

Definition at line 33 of file board.py.