8,018
edits
Paradox-01 (talk | contribs) mNo edit summary |
Paradox-01 (talk | contribs) mNo edit summary |
||
Line 18: | Line 18: | ||
===BSL support=== | ===BSL support=== | ||
{| class="wikitable" width=100% | {| class="wikitable" width=100% | ||
| '''object | | '''animate object''' | ||
| '''character | | '''animate character''' | ||
| '''camera | | '''animate camera''' | ||
|- | |- | ||
| env_setanim '' | | valign="top" | env_setanim ''object_id oban_name'' | ||
| chr_animate ''ai_name | | chr_animate ''ai_name'' ''anim_name'' [''num_frames''] [''interp_frames'']<br> chr_animate ''script_id'' ''anim_name'' [''num_frames''] [''interp_frames''] | ||
| cm_anim <nowiki>[look|move|both]</nowiki> ''oban_name'' | | valign="top" | cm_anim <nowiki>[look|move|both]</nowiki> ''oban_name'' | ||
|- | |- | ||
| | | '''animate object (range)''' | ||
| | | '''stop animated character''' | ||
| '''camera | | '''interpolat between current and new camera position''' | ||
|- | |- | ||
| | | valign="top" | env_anim ''object_id'' [''object_id''] | ||
| | | chr_envanim_stop ''ai_name''<br>chr_envanim_stop ''script_id'' | ||
| cm_interpolate ''oban_name frame_number'' | | valign="top" | cm_interpolate ''oban_name frame_number'' | ||
|} | |} | ||
edits