User:Iritscen/TestSpace: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (link fix to satisfy my script) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
!Type | !Type | ||
!Name | !Name | ||
!Platform | !Platform<onlyinclude> | ||
|-<includeonly> | |||
|Group 1</includeonly> | |||
|style="font-family:cursive; font-weight:bold" align="center"|f | |||
|bool | |||
|[[User:Iritscen/TestSpace#chr_has_lsi|chr_has_lsi]] | |||
|align="center" data-sort-value="wm"|[[Image:Platform-Win.png|20px]] [[Image:Platform-Mac.png|20px]] | |||
|-<includeonly> | |||
|Group 2</includeonly> | |||
|style="font-size:166%; font-family:cursive" align="center"|v | |||
|bool | |||
|[[User:Iritscen/TestSpace#gl_fog_start_changeto|gl_fog_start_changeto]] | |||
|align="center" data-sort-value=" m"|[[Image:Platform-empty.png|20px]] [[Image:Platform-Mac.png|20px]]</onlyinclude> | |||
|} | |} | ||
{{Find BSL Group|ai2_idle}} | |||
==Task A== | ==Task A== | ||
{{ | {{BSLfuncinfo | ||
|type=bool | |type=bool | ||
|name=chr_has_lsi | |name=chr_has_lsi | ||
Line 13: | Line 27: | ||
==Task B== | ==Task B== | ||
{{ | {{BSLvarinfo | ||
|name=gl_fog_red | |name=gl_fog_red | ||
|type=float | |type=float | ||
Line 19: | Line 33: | ||
|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 50: | Line 64: | ||
|arg2name=frames | |arg2name=frames | ||
}} | }} | ||
{{ | {{BSLfuncinfo | ||
|type=void | |type=void | ||
|default= | |default= | ||
Line 63: | Line 77: | ||
==Task C== | ==Task C== | ||
{{ | {{BSLfuncinfo | ||
|type=void | |type=void | ||
|name=playback | |name=playback |
Latest revision as of 14:44, 5 April 2021
Kind | Type | Name | Platform |
---|---|---|---|
f | bool | chr_has_lsi | |
v | bool | gl_fog_start_changeto |
AI tasks
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: -- |
-- |
-- |
-- |
-- |