Difference between revisions of "FF8/Field/Script/Opcodes/033 RCANIME"

From Final Fantasy Inside
< FF8‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Shard
(Created page with "* Opcode: '''0x033''' * Short name: '''RCANIME''' * Long name: Retain control, controlled animation ==== Argument ==== Model Animation ID ==== Stack ==== :''Last frame of a...")
 
m (4 revisions imported)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
* Opcode: '''0x033'''
 
* Opcode: '''0x033'''
 
* Short name: '''RCANIME'''
 
* Short name: '''RCANIME'''
* Long name: Retain control, controlled animation
+
* Long name: Resume script, controlled animation
  
==== Argument ====
+
==== Argument ====
  
 
Model Animation ID
 
Model Animation ID
  
==== Stack ====
+
==== Stack ====
:''Last frame of animation''
 
:''First frame of animation''
 
:'''RCANIME'''
 
  
==== Description ====
+
: ''Last frame of animation''
 +
: ''First frame of animation''
 +
: '''RCANIME'''
 +
 
 +
==== Description ====
  
 
Play the range of frames of an animation, then returns the model to its base animation.
 
Play the range of frames of an animation, then returns the model to its base animation.

Latest revision as of 05:24, 23 May 2019

  • Opcode: 0x033
  • Short name: RCANIME
  • Long name: Resume script, controlled animation

Argument

Model Animation ID

Stack

Last frame of animation
First frame of animation
RCANIME

Description

Play the range of frames of an animation, then returns the model to its base animation.