MCPcopy
hub / github.com/4ian/GDevelop / _getMyProperty

Method _getMyProperty

GDJS/tests/tests-utils/MockedCustomObject.js:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 // Properties:
31
32 _getMyProperty() {
33 return this._objectData.MyProperty !== undefined ? this._objectData.MyProperty : Number("123") || 0;
34 }
35 _setMyProperty(newValue) {
36 this._objectData.MyProperty = newValue;
37 }

Calls

no outgoing calls

Tested by

no test coverage detected