FF7/Field/Script/Opcodes/01 REQ
From Final Fantasy Inside
< FF7 | Field | Script | Opcodes
Revision as of 12:57, 27 July 2005 by my_wiki>Qhimm (Fixed opcode)
- Opcode: 0x01
- Short name: REQ
- Long name: Request remote execution (asynchronous, non-guaranteed)
Memory layout
0x01 | E | P / F |
---|
Arguments
Description
Requests that a remote entity executes one of its member functions at a specified priority. The request is asynchronous and returns immediately without waiting for the remote execution to start or finish. If the specified priority is already busy executing, the request will fail silently.