- coercePropertyAs
T coercePropertyAs(FlexibleObject w, string propname)
Undocumented in source. Be warned that the author may not have intended to support it.
- coercePropertyAs
T coercePropertyAs(FlexibleObject w, string propname, T defaultValue)
Undocumented in source. Be warned that the author may not have intended to support it.
- coercePropertyAs
T coercePropertyAs(FlexibleObjectType w)
Undocumented in source. Be warned that the author may not have intended to support it.
- coercePropertyAs
T coercePropertyAs(FlexibleObjectType w, T defaultValue)
Undocumented in source. Be warned that the author may not have intended to support it.
- getProperty
Variant getProperty(FlexibleObjectType w)
Undocumented in source. Be warned that the author may not have intended to support it.
- getPropertyAs
T getPropertyAs(string propname, FlexibleObject w)
Undocumented in source. Be warned that the author may not have intended to support it.
- getPropertyAs
T getPropertyAs(string propname, FlexibleObject w, T defaultValue)
Undocumented in source. Be warned that the author may not have intended to support it.
- getPropertyAs
T getPropertyAs(FlexibleObjectType w)
Undocumented in source. Be warned that the author may not have intended to support it.
- getPropertyAs
T getPropertyAs(FlexibleObjectType w, T defaultValue)
Undocumented in source. Be warned that the author may not have intended to support it.
- getPropertyAsBase
T getPropertyAsBase(string propname, FlexibleObject w)
Undocumented in source. Be warned that the author may not have intended to support it.
- getPropertyAsBase
T getPropertyAsBase(FlexibleObjectType w)
Undocumented in source. Be warned that the author may not have intended to support it.
- peekPropertyAs
T* peekPropertyAs(string propname, FlexibleObject w)
Undocumented in source. Be warned that the author may not have intended to support it.
- peekPropertyAs
T* peekPropertyAs(FlexibleObjectType w)
Undocumented in source. Be warned that the author may not have intended to support it.
- setProperty
void setProperty(FlexibleObject w, string propname, ValueType value)
Undocumented in source. Be warned that the author may not have intended to support it.
- setProperty
void setProperty(FlexibleObjectType w, ValueType value)
Undocumented in source. Be warned that the author may not have intended to support it.