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

Method processEngineQueue

server/engine/src/engine/entity/Player.ts:660–670  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

658 if (trigger) {
659 this.enqueueScript(trigger, PlayerQueueType.ENGINE);
660 }
661 }
662
663 calculateRunWeight() {
664 this.runweight = 0;
665
666 const invs = this.invs.values();
667 for (let i = 0; i < this.invs.size; i++) {
668 const inv = invs.next().value;
669 if (!inv) {
670 continue;
671 }
672
673 const invType = InvType.get(inv.type);

Callers 1

processPlayersMethod · 0.80

Calls 5

canAccessMethod · 0.95
executeScriptMethod · 0.95
allMethod · 0.45
initMethod · 0.45
unlinkMethod · 0.45

Tested by

no test coverage detected