An extended integration for muparser should provided by the entity system and would be very useful for the particle system and the visual scripting system. A specialized ParserFunction implements EntityFunction and provides an Execute() function which parses an ParserInstance. ParserInstance implements EntityInstance and stores the muparser instance, the expression string and all parameters as EntityAttributes.
An extended integration for muparser should provided by the entity system and would be very useful for the particle system and the visual scripting system. A specialized
ParserFunction
implementsEntityFunction
and provides an Execute() function which parses anParserInstance
.ParserInstance
implements EntityInstance and stores the muparser instance, the expression string and all parameters asEntityAttribute
s.