|
|
|||
[Package Index | Mudlib Index | Effect Index]File /std/basic/expressions.cThis is an inheritable to handle certain sorts of expressions in stuff. These expression can be setup by players (or creators) and then run or evaluated. It allows controlling the types usable by the expression handlers, strings, arrays, mappings, integers and floats.Written by Pinkfish Started Thu May 4 22:44:34 PDT 2000 IncludesThis class includes the following files /include/expressions.h, /include/shops/bank.h and /include/money.hClass IndexMethod index
Public FunctionsThese are functions that everyone can access..
void add_allowed_function(string name,
int type,
int * args,
function value)
This method adds in an allowed function and specifies the types it
takes.
void add_allowed_variable(string name,
int type,
function value)
This method adds in an allowed variable and specifies it's type.
|
||||
|
Brought to you by CMOT Dibbler's Sensational Sausages; buy one while they're hot. |