Go to the source code of this file.
|
| cap (red, "0xFF0000", "0x970000") cap(blue |
|
| cap (yellow, "0xFFFF0F", "0xFFFF0F") cap(pink |
|
| flag_touch (red, "0xFF0000", "0x970000") flag_touch(blue |
|
| flag_touch (yellow, "0xFFFF0F", "0xFFFF0F") flag_touch(pink |
|
| flag_touch (neutral, "0xFFFFFF", "0xFFFFFF") pass(red |
|
| pass (blue, "0x0000FF", "0x000097") pass(yellow |
|
| pass (pink, "0xFFFFFF", "0xFFFFFF") pass(neutral |
|
◆ cap
#define cap |
( |
|
name, |
|
|
|
colormin, |
|
|
|
colormax |
|
) |
| |
◆ flag_touch
#define flag_touch |
( |
|
name, |
|
|
|
colormin, |
|
|
|
colormax |
|
) |
| |
Value: MY(airfriction) = 3; \
MY(alpha_fade) = 556; \
MY(bounce) = 1.500000; \
MY(color_min) = colormin; \
MY(color_max) = colormax; \
MY(size_min) = 1; \
MY(size_max) = 3; \
MY(tex_min) = 40; \
MY(tex_max) = 40; \
MY(type) = "spark"; \
MY(velocityjitter) = '300.0 300.0 300.0'; \
MY(velocitymultiplier) = 0.500000; \
}
#define flag_touch(name, colormin, colormax)
Definition at line 2 of file effectinfo_ctf.inc.
◆ pass
#define pass |
( |
|
name, |
|
|
|
colormin, |
|
|
|
colormax |
|
) |
| |
Referenced by MaplistMethod_Iterate(), MX_JLF_(), MX_Messages_(), MX_Nick(), MX_Nick_(), MX_Say(), MX_Say_(), MX_Sync_(), MX_Typing(), MX_Typing_(), url_multi_fopen(), and url_single_fopen().
◆ cap() [1/2]
cap |
( |
red |
, |
|
|
"0xFF0000" |
, |
|
|
"0x970000" |
|
|
) |
| |
◆ cap() [2/2]
cap |
( |
yellow |
, |
|
|
"0xFFFF0F" |
, |
|
|
"0xFFFF0F" |
|
|
) |
| |
◆ flag_touch() [1/3]
flag_touch |
( |
red |
, |
|
|
"0xFF0000" |
, |
|
|
"0x970000" |
|
|
) |
| |
◆ flag_touch() [2/3]
flag_touch |
( |
yellow |
, |
|
|
"0xFFFF0F" |
, |
|
|
"0xFFFF0F" |
|
|
) |
| |
◆ flag_touch() [3/3]
flag_touch |
( |
neutral |
, |
|
|
"0xFFFFFF" |
, |
|
|
"0xFFFFFF" |
|
|
) |
| |
◆ pass() [1/2]
pass |
( |
blue |
, |
|
|
"0x0000FF" |
, |
|
|
"0x000097" |
|
|
) |
| |
◆ pass() [2/2]
pass |
( |
pink |
, |
|
|
"0xFFFFFF" |
, |
|
|
"0xFFFFFF" |
|
|
) |
| |