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

Function getPropertyValue

newIDE/app/src/AssetStore/AssetSwapper.spec.js:472–479  ·  view source on GitHub ↗
(
    objectConfiguration: gdObjectConfiguration,
    name: string
  )

Source from the content-addressed store, hash-verified

470 });
471
472 const getPropertyValue = (
473 objectConfiguration: gdObjectConfiguration,
474 name: string
475 ) =>
476 objectConfiguration
477 .getProperties()
478 .get(name)
479 .getValue();
480
481 test('can adapt the dimensions to keep the same volume', () => {
482 const {

Callers 1

Calls 3

getValueMethod · 0.65
getMethod · 0.65
getPropertiesMethod · 0.65

Tested by

no test coverage detected