CAObject::ClassType

Revision as of 05:35, 21 October 2015 by Jhuawen (talk | contribs) (Created page with "= 属性 string ClassType =")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

ADE User Guide > ADE Server Class Reference > CAObject

Other languages:
English • ‎中文

属性 string ClassType

The class of the object (e.g., "module", "variable", "chance", etc.). If you want to change the object's class, set the property.

Data type

string

Access

read/write

Usage

prevClassType = obj.ClassType;
obj.ClassType = "Objective";

See Also

Comments


You are not allowed to post comments.