DynRPG  v0.20
RM2k3 Plugin SDK
Public Attributes
RPG::ParsedCommentParameter Class Reference

Used for parameters of parsed event comments (see Event comments guidelines) More...

List of all members.

Public Attributes

ParsedCommentParameterType type
 Type of the parameter.
double number
 Numerical value (if type is RPG::PARAM_NUMBER)
char text [200]
 Text value (if type is RPG::PARAM_STRING or RPG::PARAM_TOKEN)

Detailed Description

Used for parameters of parsed event comments (see Event comments guidelines)

See also:
RPG::ParsedCommentData

Member Data Documentation

Numerical value (if type is RPG::PARAM_NUMBER)

Text value (if type is RPG::PARAM_STRING or RPG::PARAM_TOKEN)

Type of the parameter.