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

Method pointerGet

server/engine/src/engine/script/ScriptState.ts:178–180  ·  view source on GitHub ↗
(pointer: ScriptPointer)

Source from the content-addressed store, hash-verified

176 }
177
178 pointerGet(pointer: ScriptPointer): boolean {
179 return (this.pointers & (1 << pointer)) != 0;
180 }
181
182 /**
183 * Verifies all `pointers` are enabled.

Callers 6

CoreOps.tsFile · 0.80
PlayerOps.tsFile · 0.80
InvOps.tsFile · 0.80
ObjOps.tsFile · 0.80
executeScriptMethod · 0.80
runScriptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected