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