Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.ts
File · 0.80
LocOps.ts
File · 0.80
CoreOps.ts
File · 0.80
ServerOps.ts
File · 0.80
LocConfigOps.ts
File · 0.80
ObjConfigOps.ts
File · 0.80
NpcOps.ts
File · 0.80
EnumOps.ts
File · 0.80
NumberOps.ts
File · 0.80
PlayerOps.ts
File · 0.80
InvOps.ts
File · 0.80
NpcConfigOps.ts
File · 0.80
Calls
1
toInt32
Function · 0.85
Tested by
no test coverage detected