Difference between revisions of "FF8/Field/Script/Opcodes/0E7 ANIMESPEED"

From Final Fantasy Inside
< FF8‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Shard
(Created page with "* Opcode: '''0x0E7''' * Short name: '''ANIMESPEED''' * Long name: Set animation speed ==== Argument ==== none ==== Stack ==== :''Speed (frames of animation per half second)'...")
 
my_wiki>Albeoris
(Created page with "* Opcode: '''0x0E7''' * Short name: '''ANIMESPEED''' * Long name: Set animation speed ==== Argument ==== none ==== Stack ==== : ''Speed (frames of animation per half s...")
Line 3: Line 3:
 
* Long name: Set animation speed
 
* Long name: Set animation speed
  
==== Argument ====
+
==== Argument ====
 +
 
 
none
 
none
  
==== Stack ====
+
==== Stack ====
:''Speed (frames of animation per half second)''
+
 
:'''ANIMESPEED'''
+
: ''Speed (frames of animation per half second)''
 +
: '''ANIMESPEED'''
  
==== Description ====
+
==== Description ====
  
 
Sets the speed of this entity's animations. Frame speed of 1 means 2 frames per second.
 
Sets the speed of this entity's animations. Frame speed of 1 means 2 frames per second.

Revision as of 15:41, 24 March 2018

  • Opcode: 0x0E7
  • Short name: ANIMESPEED
  • Long name: Set animation speed

Argument

none

Stack

Speed (frames of animation per half second)
ANIMESPEED

Description

Sets the speed of this entity's animations. Frame speed of 1 means 2 frames per second.