plugarg
plugarg
Type of a plugin's parameter
P_INT
Parameter is an integer (actual type is int).
P_BOOL
Parameter is a boolean (actual type is int).
P_STRING
Parameter is a string (actual type is char*).
P_SET
Parameter is a set of elements (all elements are char*).
P_BUFFER
Parameter is the content of the buffer (actual type is NstTree*).
P_FILE
Parameter is the name of a file (actual type is char*).
Alphabetic index
Hierarchy of classes
This page was generated with the help of
DOC++
.