Esempio n. 1
0
bool GD_API SceneVariableExists(RuntimeScene & scene, const std::string & variable)
{
    return scene.GetVariables().Has(variable);
}