| 1328 | } |
| 1329 | |
| 1330 | bool ScriptingApi::Content::ScriptComponent::hasProperty(const Identifier& id) const |
| 1331 | { |
| 1332 | return propertyIds.contains(id); |
| 1333 | } |
| 1334 | |
| 1335 | var ScriptingApi::Content::ScriptComponent::get(String propertyName) const |
| 1336 | { |
no test coverage detected