User:Iritscen/TestSpace: Difference between revisions
Jump to navigation
Jump to search
(oops, rollback is not the right thing) |
No edit summary |
||
Line 19: | Line 19: | ||
==Task A== | ==Task A== | ||
{{ | {{BSLfuncinfo | ||
|type=bool | |type=bool | ||
|name=chr_has_lsi | |name=chr_has_lsi | ||
Line 25: | Line 25: | ||
==Task B== | ==Task B== | ||
{{ | {{BSLvarinfo | ||
|name=gl_fog_red | |name=gl_fog_red | ||
|type=float | |type=float | ||
Line 31: | Line 31: | ||
|mac=no | |mac=no | ||
}} | }} | ||
{{ | {{BSLvarinfo | ||
|name=gl_fog_green | |name=gl_fog_green | ||
|type=string | |type=string | ||
|default=0.25 | |default=0.25 | ||
}} | }} | ||
{{ | {{BSLvarinfo | ||
|name=gl_fog_blue | |name=gl_fog_blue | ||
|type=float | |type=float | ||
|default=0.25 | |default=0.25 | ||
}} | }} | ||
{{ | {{BSLvarinfo | ||
|name=gl_fog_start | |name=gl_fog_start | ||
|type=float | |type=float | ||
|default=0.925 | |default=0.925 | ||
}} | }} | ||
{{ | {{BSLvarinfo | ||
|name=gl_fog_end | |name=gl_fog_end | ||
|type=float | |type=float | ||
|default=1.0 | |default=1.0 | ||
}} | }} | ||
{{ | {{BSLfuncinfo | ||
|type=void | |type=void | ||
|default= | |default= | ||
Line 62: | Line 62: | ||
|arg2name=frames | |arg2name=frames | ||
}} | }} | ||
{{ | {{BSLfuncinfo | ||
|type=void | |type=void | ||
|default= | |default= | ||
Line 75: | Line 75: | ||
==Task C== | ==Task C== | ||
{{ | {{BSLfuncinfo | ||
|type=void | |type=void | ||
|name=playback | |name=playback |
Revision as of 16:36, 8 December 2015
Kind | Type | Name | Platform |
---|---|---|---|
f | bool | chr_has_lsi | |
v | bool | chr_envanim_block |
Task A
bool |
|
chr_has_lsi( |
); |
default: -- |
Task B
float gl_fog_red string gl_fog_green float gl_fog_blue float gl_fog_start float gl_fog_end
void |
float |
int |
|
gl_fog_start_changeto( |
start_val, |
frames |
); |
default: -- |
-- |
-- |
void |
float |
int |
|
gl_fog_end_changeto( |
start_val, |
frames |
); |
default: -- |
-- |
-- |
Task C
void |
string or int |
string |
string |
int |
|
playback( |
ai_name or script_id, |
film_name, |
mode, |
num_frames |
); |
default: -- |
-- |
-- |
-- |
-- |