☘️
The Insurgent's Manifesto
  • Home
  • Getting Started
    • Setup
    • Configuration
  • Game Improvements & Fixes
    • General
    • Animations
    • Locations
      • Archades
      • Jahara
      • Nalbina Dungeons
    • Events
      • Bhujerba
      • Dalmasca Estersand
      • Dreadnought Leviathan
      • Garamysythe Waterway
      • Giza Plains (Dry)
      • Rabanastre
      • Sky Fortress Bahamut
  • Dalan
    • General
  • VM Extension
    • General
    • Current Call Targets
      • Set Gambit Slot Max
      • Reset Jobs
      • Has Job Assigned
    • New Call Targets
      • Check Version
      • Memory Push Stack
      • Memory Execute
      • Memory Execute F
      • Memory Read Byte
      • Memory Write Byte
      • Memory Read Short
      • Memory Write Short
      • Memory Read Int
      • Memory Write Int
      • Memory Read Float
      • Memory Write Float
  • Text Extension
    • General
  • Support & Updates
    • Changelogs
      • Version 1.5.1
      • Version 1.5.0
      • Version 1.4.0
      • Version 1.3.0
      • Version 1.2.0
      • Version 1.1.0
      • Version 1.0.0
    • Known Issues
    • FAQ
  • Credits
Powered by GitBook
On this page
  1. VM Extension

New Call Targets

A list of all available new call targets.

All new call targets include the "tim_" prefix to prevent duplicate naming issues with the already pre-existing 2000~ call targets.

Id
Name
Arguments

0x1000

tim_checkVersion

0

0x1001

tim_memoryPushStack

1

0x1002

tim_memoryExecute

5

0x1003

tim_memoryExecuteF

5

0x1004

tim_memoryReadByte

1

0x1005

tim_memoryWriteByte

2

0x1006

tim_memoryReadShort

1

0x1007

tim_memoryWriteShort

2

0x1008

tim_memoryReadInt

1

0x1009

tim_memoryWriteInt

2

0x100A

tim_memoryReadFloat

1

0x100B

tim_memoryWriteFloat

2

PreviousHas Job AssignedNextCheck Version

Last updated 1 year ago