Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaxBittker/rs-sdk
/ pushString
Method
pushString
server/engine/src/engine/script/ScriptState.ts:349–351 ·
view source on GitHub ↗
(value: string)
Source
from the content-addressed store, hash-verified
347
}
348
349
pushString(value: string): void {
350
this.stringStack[this.ssp++] = value;
351
}
352
353
popFrame(): void {
354
this.debugFp--;
Callers
13
StringOps.ts
File · 0.80
LocOps.ts
File · 0.80
CoreOps.ts
File · 0.80
LocConfigOps.ts
File · 0.80
ObjConfigOps.ts
File · 0.80
NpcOps.ts
File · 0.80
EnumOps.ts
File · 0.80
PlayerOps.ts
File · 0.80
InvOps.ts
File · 0.80
NpcConfigOps.ts
File · 0.80
DbOps.ts
File · 0.80
ObjOps.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected