18 proto external
void SetColor(
int argbColor);
20 proto external
int GetColor();
25 proto external
void SetEmissiveColor(
int argbColor);
27 proto external
int GetEmissiveC();
32 proto external
void SetEmissiveMultiplier(
int multiplier);
34 proto external
int GetEmissiveM();
39 proto external
void SetUserParam1(
int param);
40 proto external
int GetUserParam1();
45 proto external
void SetUserParam2(
int param);
46 proto external
int GetUserParam2();
51 proto external
void SetUserParam3(
int param);
52 proto external
int GetUserParam3();
57 proto external
void SetUserParam4(
int param);
58 proto external
int GetUserParam4();
63 proto external
void SetUserAlphaTestParam(
int alphaTest);
65 proto external
int GetUserAlphaTestParam();
70 proto external
void SetCustomWetnessEnabled(
bool val);
72 proto external
bool GetCustomWetnessEnabled();
77 proto external
void SetSlidingDropsEnabled(
bool val);
79 proto external
bool GetSlidingDropsEnabled();
80 proto external
bool SaveState(ScriptBitWriter writer);
81 proto external
bool LoadState(ScriptBitReader sreader);