__declspec(property(get = GetIsUsed, put = SetIsUsed)) bool IsUsed;
Read:
bool GetIsUsed();Write:
void SetIsUsed(bool Value);Declared in Dew::Math::TMtxVecPoolItem · Dew.Math/MtxVec.h · Cross-compiler