SdlangTagPropertyAccessor

Accessor allowing to access child tags from a sdlang tag by their name.

Members

Functions

access
Tag access(Tag component, string property)

Get a property out of component

componentType
TypeInfo componentType(Tag component)

Identify the type of supported component.

has
bool has(Tag component, string property)

Check if requested property is present in component.

Meta