SdlangTagPropertyAccessor

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

Members

Functions

access
Tag access(Tag component, string property, RCIAllocator allocator)

Get a property out of component

componentType
TypeInfo componentType(Tag component)

Identify the type of supported component.

has
bool has(Tag component, string property, RCIAllocator allocator)

Check if requested property is present in component.

Meta