☘️
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
  • Signature
  • Description
  1. VM Extension
  2. New Call Targets

Memory Execute F

Signature

float tim_memoryExecuteF(int callAddress, int/float arg1, int/float arg2, int/float arg3, int/float arg4); //id:0x1003

Description

Works exactly the same way as the Memory Execute function with the sole difference being that the returned floating point value in the xmm0 register from the called function is forwarded instead of the integer or pointer value in the eax register.

PreviousMemory ExecuteNextMemory Read Byte

Last updated 1 year ago