Scanframe Modular Application 0.1.0
Loading...
Searching...
No Matches
sf::ScriptObject::Parameters Struct Reference

Type to pass to registered classes. More...

#include <ScriptObject.h>

Collaboration diagram for sf::ScriptObject::Parameters:

Public Member Functions

 Parameters (Value::vector_type *arguments, ScriptObject *parent=nullptr)
 

Public Attributes

ScriptObject_parent
 
Value::vector_type_arguments
 

Detailed Description

Type to pass to registered classes.

Constructor & Destructor Documentation

◆ Parameters()

sf::ScriptObject::Parameters::Parameters ( Value::vector_type arguments,
ScriptObject parent = nullptr 
)
inlineexplicit

Member Data Documentation

◆ _arguments

Value::vector_type* sf::ScriptObject::Parameters::_arguments

◆ _parent

ScriptObject* sf::ScriptObject::Parameters::_parent

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