3#include "Scripting/ScriptingEngine.h"
16 ScriptFlags flags = ScriptFlags::SourcePath;
21template<>
inline Cogs::StringView getName<Cogs::Core::ScriptFlags>() {
return "ScriptFlags"; }
22template<>
inline Cogs::StringView getName<Cogs::Core::ScriptComponent>() {
return "ScriptComponent"; }
Base class for Component instances.
static void registerType()
Register the type in the type system.
Provides a weakly referenced view over the contents of a string.
Contains all Cogs related functionality.