Skip to content

Attach data to trigger out #926

Discussion options

You must be logged in to vote

hi

you can use op.patch.cgl.frameStore for this.

e.g. see ammoworld op:

`
const old = cgl.frameStore.ammoWorld;
cgl.frameStore.ammoWorld = ammoWorld;

...

cgl.frameStore.ammoWorld = old;

`

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@wirmachenbunt
Comment options

Answer selected by wirmachenbunt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants