pax_value::functions

Structs

Functions

Registry bootstrap for built-in PAXEL helper functions.

Implementations

has_function
pub fn has_function(scope: &str, name: &str) -> bool

Returns true if a helper function exists in the named scope.

register_all_functions
pub fn register_all_functions()

Registers built-in math, color, and transform helper functions.

Traits

HelperFunctions

Registers helper functions made available to PAXEL scopes.