- changed formatValue for custom formats
- SICSOBJs may now have a value in the root node
This commit is contained in:
@ -26,6 +26,7 @@ typedef int (*SICSOBJFunc)(pSICSOBJ self, SConnection *pCon,
|
||||
pHdb commandNode, pHdb par[], int nPar);
|
||||
/*======================= Live & Death =================================*/
|
||||
pSICSOBJ MakeSICSOBJ(char *name, char *class);
|
||||
pSICSOBJ MakeSICSOBJv(char *name, char *class, int type, int priv);
|
||||
void KillSICSOBJ(void *data);
|
||||
/**
|
||||
* This creates a new SICS object and installs it in the interpreter. It returns
|
||||
|
Reference in New Issue
Block a user