#include <GUI_AngelScriptExamples.h>
|
void | DrawRowSlider (const char *nameStr, std::string codeStr, const char *descStr, float min, float max, float &var_ref) |
|
void | DrawRowText (const char *nameStr, std::string codeStr, const char *descStr) |
|
void | DrawRowCheckbox (const char *nameStr, std::string codeStr, const char *descStr, bool &var_ref, const char *label) |
|
void | DrawRowInt (const char *nameStr, std::string codeStr, const char *descStr, int &var_ref) |
|
void | DrawRowIntCheckbox (const char *nameStr, std::string codeStr, const char *descStr, int &var_ref, bool &on, const char *label) |
|
void | DrawRowIntNode (const char *nameStr, std::string codeStr, const char *descStr, int &var_ref, int &node_x, int &node_y, int &node_z) |
|
void | ExecuteString (std::string const &code) |
| Runs code using 'as' console command. More...
|
|
Definition at line 26 of file GUI_AngelScriptExamples.h.
◆ Draw()
void AngelScriptExamples::Draw |
( |
| ) |
|
◆ DrawRowCheckbox()
void AngelScriptExamples::DrawRowCheckbox |
( |
const char * |
nameStr, |
|
|
std::string |
codeStr, |
|
|
const char * |
descStr, |
|
|
bool & |
var_ref, |
|
|
const char * |
label |
|
) |
| |
|
private |
◆ DrawRowInt()
void AngelScriptExamples::DrawRowInt |
( |
const char * |
nameStr, |
|
|
std::string |
codeStr, |
|
|
const char * |
descStr, |
|
|
int & |
var_ref |
|
) |
| |
|
private |
◆ DrawRowIntCheckbox()
void AngelScriptExamples::DrawRowIntCheckbox |
( |
const char * |
nameStr, |
|
|
std::string |
codeStr, |
|
|
const char * |
descStr, |
|
|
int & |
var_ref, |
|
|
bool & |
on, |
|
|
const char * |
label |
|
) |
| |
|
private |
◆ DrawRowIntNode()
void AngelScriptExamples::DrawRowIntNode |
( |
const char * |
nameStr, |
|
|
std::string |
codeStr, |
|
|
const char * |
descStr, |
|
|
int & |
var_ref, |
|
|
int & |
node_x, |
|
|
int & |
node_y, |
|
|
int & |
node_z |
|
) |
| |
|
private |
◆ DrawRowSlider()
void AngelScriptExamples::DrawRowSlider |
( |
const char * |
nameStr, |
|
|
std::string |
codeStr, |
|
|
const char * |
descStr, |
|
|
float |
min, |
|
|
float |
max, |
|
|
float & |
var_ref |
|
) |
| |
|
private |
◆ DrawRowText()
void AngelScriptExamples::DrawRowText |
( |
const char * |
nameStr, |
|
|
std::string |
codeStr, |
|
|
const char * |
descStr |
|
) |
| |
|
private |
◆ ExecuteString()
void AngelScriptExamples::ExecuteString |
( |
std::string const & |
code | ) |
|
|
private |
◆ blink
int RoR::AngelScriptExamples::blink = 1 |
|
private |
◆ custom_light
int RoR::AngelScriptExamples::custom_light = 1 |
|
private |
◆ light
int RoR::AngelScriptExamples::light = 1 |
|
private |
◆ locked
bool RoR::AngelScriptExamples::locked = false |
|
private |
◆ mass
float RoR::AngelScriptExamples::mass = 1000.f |
|
private |
◆ node
int RoR::AngelScriptExamples::node = 1 |
|
private |
◆ reset
bool RoR::AngelScriptExamples::reset = false |
|
private |
◆ scale
float RoR::AngelScriptExamples::scale = 1.f |
|
private |
◆ visible
bool RoR::AngelScriptExamples::visible = false |
|
private |
The documentation for this class was generated from the following files: