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

Method popString

server/engine/src/engine/script/ScriptState.ts:337–339  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

335 }
336
337 popString(): string {
338 return this.stringStack[--this.ssp] ?? '';
339 }
340
341 popStrings(amount: number): string[] {
342 const strings = Array<string>(amount);

Callers 10

popStringsMethod · 0.95
setupNewScriptMethod · 0.95
StringOps.tsFile · 0.80
CoreOps.tsFile · 0.80
NpcOps.tsFile · 0.80
PlayerOps.tsFile · 0.80
popScriptArgsFunction · 0.80
db_findFunction · 0.80
db_find_refineFunction · 0.80
DebugOps.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected