mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-05 07:18:29 +08:00
Added documentation for opcode get_servernumber.
This commit is contained in:
parent
6d5aca2914
commit
cb1cfeab96
@ -1655,6 +1655,7 @@ opcodes:
|
|||||||
|
|
||||||
- code: 0xe7
|
- code: 0xe7
|
||||||
mnemonic: get_servernumber
|
mnemonic: get_servernumber
|
||||||
|
doc: Returns the index of the player who is the leader of the party.
|
||||||
params:
|
params:
|
||||||
- type: reg_tup_ref
|
- type: reg_tup_ref
|
||||||
reg_tup:
|
reg_tup:
|
||||||
|
@ -3041,18 +3041,9 @@ export const OP_GET_SLOTNUMBER = (OPCODES[0xe6] = new_opcode(
|
|||||||
export const OP_GET_SERVERNUMBER = (OPCODES[0xe7] = new_opcode(
|
export const OP_GET_SERVERNUMBER = (OPCODES[0xe7] = new_opcode(
|
||||||
0xe7,
|
0xe7,
|
||||||
"get_servernumber",
|
"get_servernumber",
|
||||||
undefined,
|
"Returns the index of the player who is the leader of the party.",
|
||||||
[
|
[new_param({ kind: Kind.RegTupRef, register_tuples: [new_param(TYPE_DWORD, undefined, ParamAccess.Write)] }, undefined, undefined)],
|
||||||
new_param(
|
undefined
|
||||||
{
|
|
||||||
kind: Kind.RegTupRef,
|
|
||||||
register_tuples: [new_param(TYPE_DWORD, undefined, ParamAccess.Write)],
|
|
||||||
},
|
|
||||||
undefined,
|
|
||||||
undefined,
|
|
||||||
),
|
|
||||||
],
|
|
||||||
undefined,
|
|
||||||
));
|
));
|
||||||
export const OP_SET_EVENTFLAG2 = (OPCODES[0xe8] = new_opcode(
|
export const OP_SET_EVENTFLAG2 = (OPCODES[0xe8] = new_opcode(
|
||||||
0xe8,
|
0xe8,
|
||||||
|
Loading…
Reference in New Issue
Block a user