The sohl.document.token.logic.SohlTokenDocumentLogic for the given actor's active token on the canvas, or undefined when the game is unavailable or the actor has no token.
undefined
Lets Foundry-free logic (e.g. skill/attribute item logic) reach the token-logic layer — where opposed tests live — without touching canvas.
canvas
The actor whose active token logic to resolve.
The token's logic, or undefined.
The sohl.document.token.logic.SohlTokenDocumentLogic for the given actor's active token on the canvas, or
undefinedwhen the game is unavailable or the actor has no token.Lets Foundry-free logic (e.g. skill/attribute item logic) reach the token-logic layer — where opposed tests live — without touching
canvas.