indexFunctions
Function: addBaseHashtagCommands()
> addBaseHashtagCommands(options?): void
Defined in: src/handlers/hashtag-commands.ts:559
Registers every built-in Hashtag-Command → operation mapper (call, jump, pause,
continue, show/edit/remove for images/videos/text/canvas elements, sound and channel
controls, asset/bundle loading, input requests, …).
This replaces the old behavior of registering these mappers as a side effect of importing
@drincs/pixi-vn-ink. Call this once, near the start of your app (alongside e.g.
createNqtrHandler), before any Ink content is parsed.
Parameters
options?
BaseHashtagCommandsOptions = {}
Optional configuration for known bundle/asset-alias ids.
Returns
void
Example
import { addBaseHashtagCommands } from '@drincs/pixi-vn-ink';
addBaseHashtagCommands();