MCPcopy Create free account
hub / github.com/anjo76/angelscript / IsValid

Method IsValid

sdk/angelscript/source/as_datatype.cpp:78–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78bool asCDataType::IsValid() const
79{
80 if( tokenType == ttUnrecognizedToken &&
81 !isObjectHandle )
82 return false;
83
84 return true;
85}
86
87asCDataType asCDataType::CreateType(asCTypeInfo *ti, bool isConst)
88{

Callers 2

TranslateFunctionMethod · 0.80
GetTypeInfoByIdMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected