API Documentation
Static Public Member Functions | List of all members
nkAstraeus::nkTasksWrap::SchedulerWrapper Class Referencefinal

Wraps a nkTasks::Scheduler and offers functions for use in scripting. More...

Static Public Member Functions

static void updateEnvironment (nkScripts::Environment *env)
 
static nkScripts::OutputValue call (const nkScripts::DataStack &stack)
 

Detailed Description

Wraps a nkTasks::Scheduler and offers functions for use in scripting.

Currently WIP.

Member Function Documentation

◆ updateEnvironment()

static void nkAstraeus::nkTasksWrap::SchedulerWrapper::updateEnvironment ( nkScripts::Environment env)
static

Updates a given environment and set it up to use all functions wrapped by this wrapper.

Parameters
envThe environment to set up.

◆ call()

static nkScripts::OutputValue nkAstraeus::nkTasksWrap::SchedulerWrapper::call ( const nkScripts::DataStack stack)
static

Currently WIP.

Parameters
stackThe parameter stack.
Returns
The output value, empty.

The documentation for this class was generated from the following file: