Difference between revisions of "FF8/Field/Script/Opcodes/036 RCANIMELOOP"

From Final Fantasy Inside
< FF8‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Shard
m
my_wiki>Albeoris
(Created page with "* Opcode: '''0x036''' * Short name: '''RCANIMELOOP''' * Long name: Resume script, Play controlled looping animation ==== Argument ==== Model Animation ID ==== Stack ===...")
Line 3: Line 3:
 
* Long name: Resume script, Play controlled looping animation
 
* Long name: Resume script, Play controlled looping animation
  
==== Argument ====
+
==== Argument ====
  
 
Model Animation ID
 
Model Animation ID
  
==== Stack ====
+
==== Stack ====
:''Last frame of animation''
 
:''First frame of animation''
 
:'''RCANIMELOOP'''
 
  
==== Description ====
+
: ''Last frame of animation''
 +
: ''First frame of animation''
 +
: '''RCANIMELOOP'''
 +
 
 +
==== Description ====
  
 
Loops the given frames of an animation.
 
Loops the given frames of an animation.

Revision as of 14:43, 24 March 2018

  • Opcode: 0x036
  • Short name: RCANIMELOOP
  • Long name: Resume script, Play controlled looping animation

Argument

Model Animation ID

Stack

Last frame of animation
First frame of animation
RCANIMELOOP

Description

Loops the given frames of an animation.