Name Result Description Code Params Examples
OpType Integer Skill type (0 - skill with instant effect, 1 - skill with continuous effect, 2 - passive skill, 3 - toggle skill, 4 - another skill). Can be chnaged.
property OpType: integer;
There are no arguments You need to register to view the code example.
CastStyle Integer Skill type. Can be changed.
property CastStyle: integer;
There are no arguments You need to register to view the code example.
IsMagic Boolean Is skill magic. Can be changed.
property IsMagic: boolean;
There are no arguments You need to register to view the code example.
CastRange Integer SKill using range (-1 - without range). Can be changed. There are no arguments You need to register to view the code example.
NeedMP Integer Required MP number for skill using. Can be changed.
property NeedMP: integer;
There are no arguments You need to register to view the code example.