MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / ToString

Method ToString

Source/Engine/Scripting/Script.cpp:242–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242String Script::ToString() const
243{
244 const auto& type = GetType();
245 return type.ToString();
246}
247
248void Script::OnDeleteObject()
249{

Callers 15

OnParseMethod · 0.45
ProcessMethod · 0.45
OnParseBeforeMethod · 0.45
ProcessMethod · 0.45
WriteMethod · 0.45
NewObjectMethod · 0.45
RegisterObjectMethod · 0.45
WriteJsonMethod · 0.45
SerializeMethod · 0.45
SerializeDiffMethod · 0.45
SerializeMethod · 0.45

Calls 1

GetTypeFunction · 0.85

Tested by

no test coverage detected