Added blink, and Hard Blink (See the comments in llpanelobject.cpp line2081
This commit is contained in:
@@ -66,6 +66,7 @@ public:
|
||||
static BOOL precommitValidate(LLUICtrl* ctrl,void* userdata);
|
||||
|
||||
static void onClickBlink(void* userdata);//[SimmanFederal] Blinking
|
||||
static void onClickHardBlink(void* userdata);//[SimmanFederal] Griefer Blinking
|
||||
|
||||
static void onCommitLock(LLUICtrl *ctrl, void *data);
|
||||
static void onCommitPosition( LLUICtrl* ctrl, void* userdata);
|
||||
@@ -153,8 +154,9 @@ protected:
|
||||
LLSpinCtrl* mCtrlPosX;
|
||||
LLSpinCtrl* mCtrlPosY;
|
||||
LLSpinCtrl* mCtrlPosZ;
|
||||
//VLife/Oynx Inspriation. IT BLINKS PRIMS TO 9001.0 METERS. HERP.
|
||||
//VLife/Oynx Inspriation. IT BLINKS PRIMS TO 340282346638528859811704183484516925440.0f METERS. HERP.
|
||||
LLButton* mClickBlink;//[SimmanFederal]
|
||||
LLButton* mClickHardBlink;//[SimmanFederal]
|
||||
|
||||
LLTextBox* mLabelSize;
|
||||
LLSpinCtrl* mCtrlScaleX;
|
||||
|
||||
Reference in New Issue
Block a user