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

Method GetPropertyName

sdk/angelscript/source/as_scriptobject.cpp:788–794  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

786}
787
788const char *asCScriptObject::GetPropertyName(asUINT prop) const
789{
790 if( prop >= objType->properties.GetLength() )
791 return 0;
792
793 return objType->properties[prop]->name.AddressOf();
794}
795
796void *asCScriptObject::GetAddressOfProperty(asUINT prop)
797{

Callers 2

TestFunction · 0.80
TestFunction · 0.80

Calls 2

GetLengthMethod · 0.45
AddressOfMethod · 0.45

Tested by 2

TestFunction · 0.64
TestFunction · 0.64