20 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mAttachedID;
21 ::ll::TypedStorage<4, 4, float> mMaxHeight;
22 ::ll::TypedStorage<1, 1, bool> mShouldDropAttached;
28 MCAPI
void detach(
::Actor& owner);
30 MCAPI
void integrate(
::Actor& owner);
32 MCAPI
void onRemoved(
::Actor& owner,
bool shouldPop);
42 MCAPI static ::Actor* getBalloonForActor(
::Actor const& actor);
48 MCAPI static ::std::string
const& ATTACHED_TAG();
50 MCAPI static ::std::string
const& MAX_HEIGHT_TAG();
52 MCAPI static ::std::string
const& SHOULD_DROP_TAG();