Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.ts
File · 0.80
PlayerOps.ts
File · 0.80
InvOps.ts
File · 0.80
ObjOps.ts
File · 0.80
executeScript
Method · 0.80
runScript
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected