MCPcopy Create free account
hub / github.com/MaxBittker/rs-sdk / pushInt

Method pushInt

server/engine/src/engine/script/ScriptState.ts:333–335  ·  view source on GitHub ↗
(value: number)

Source from the content-addressed store, hash-verified

331 }
332
333 pushInt(value: number) {
334 this.intStack[this.isp++] = toInt32(value);
335 }
336
337 popString(): string {
338 return this.stringStack[--this.ssp] ?? '';

Callers 15

StringOps.tsFile · 0.80
LocOps.tsFile · 0.80
CoreOps.tsFile · 0.80
ServerOps.tsFile · 0.80
LocConfigOps.tsFile · 0.80
ObjConfigOps.tsFile · 0.80
NpcOps.tsFile · 0.80
EnumOps.tsFile · 0.80
NumberOps.tsFile · 0.80
PlayerOps.tsFile · 0.80
InvOps.tsFile · 0.80
NpcConfigOps.tsFile · 0.80

Calls 1

toInt32Function · 0.85

Tested by

no test coverage detected