Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
#include "ps/CStr.h"
#include "scriptinterface/ScriptForward.h"
#include "scriptinterface/ScriptTypes.h"
Go to the source code of this file.
Namespaces | |
namespace | JSI_GUISize |
Functions | |
void | JSI_GUISize::RegisterScriptClass (ScriptInterface &scriptInterface) |
bool | JSI_GUISize::construct (JSContext *cx, uint argc, JS::Value *vp) |
bool | JSI_GUISize::toString (JSContext *cx, uint argc, JS::Value *vp) |
CStr | JSI_GUISize::ToPercentString (double pix, double per) |
Variables | |
JSClass | JSI_GUISize::JSI_class |
JSClassOps | JSI_GUISize::JSI_classops |
JSPropertySpec | JSI_GUISize::JSI_props [] |
JSFunctionSpec | JSI_GUISize::JSI_methods [] |