UNPKG

@drincs/pixi-vn-ink

Version:

Pixi'VN gives you the ability to write your own narrative using Ink

1 lines 328 B
'use strict';var t=["+","-","/","*","%","_","==",">","<",">=","<=","!=","!","&&","||","MIN","MAX"],n=["+","-","/","*","%","POW","RANDOM"],i=["INT","FLOOR","FLOAT"],o=["==",">","<",">=","<=","!=","CONTAINS"];exports.arithmeticFunctions=n;exports.arithmeticFunctionsSingle=i;exports.conditionFunctions=o;exports.nativeFunctions=t;