690 {
691 super.OnClick(w,
x,
y, button);
692
693 int i;
695
696 PluginDeveloper module_dev = PluginDeveloper.Cast(
GetPlugin(PluginDeveloper));
697
699 {
700
702
704 {
706 }
707
708 return true;
709 }
711 {
713 return true;
714 }
716 {
718 {
720 return true;
721 }
722
723
725 return true;
726 }
728 {
729
730
732 {
735 }
736
737 return true;
738 }
740 {
742 {
744 }
745
746
748
749 return true;
750 }
752 {
754 {
756 }
757
758
760
761 return true;
762 }
764 {
766 {
768 }
769
770
772
773 return true;
774 }
776 {
778 {
780 }
781
782
784
785 return true;
786 }
788 {
790 {
792 }
793
794
796
797 return true;
798 }
800 {
802 {
804 }
805
806
808
809 return true;
810 }
812 {
814 {
816 }
817
818
820
821 return true;
822 }
824 {
826 {
828 }
829
830
832
833 return true;
834 }
836 {
838 {
840 }
841
842
844
845 return true;
846 }
848 {
850 {
852 }
853
854
856
857 return true;
858 }
860 {
862 {
864 }
865
866
868
870
871 return true;
872 }
873
875 {
879 return true;
880 }
882 {
885 return true;
886 }
887
889 {
892 return true;
893 }
895 {
898 return true;
899 }
900 return false;
901 }
void RefreshCrosshairVisibility()
PluginBase GetPlugin(typename plugin_type)
proto native void CopyToClipboard(string text)
override ScriptCallQueue GetCallQueue(int call_category)
proto native void SetDiagModeEnable(int diag_mode, bool enabled)
Set specific debug mode.
proto native void SetDiagDrawMode(int diag_draw_mode)
Set debug draw mode.
proto native bool GetDiagModeEnable(int diag_mode)
Gets state of specific debug mode.
proto void Call(func fn, void param1=NULL, void param2=NULL, void param3=NULL, void param4=NULL, void param5=NULL, void param6=NULL, void param7=NULL, void param8=NULL, void param9=NULL)
adds call into the queue with given parameters and arguments (arguments are held in memory until the ...
CheckBoxWidget m_HudDHorticulture
CheckBoxWidget m_HudDCharLevels
CheckBoxWidget m_HudDCharModifiers
ButtonWidget m_ButtonCopyPos
TextListboxWidget m_DiagDrawmodeTextListbox
int GetCurrentPositionIndex()
TextListboxWidget m_DiagToggleTextListbox
TextListboxWidget m_PositionsListbox
CheckBoxWidget m_HudDCharStomach
CheckBoxWidget m_HudDVersion
vector GetCurrentLocationPos()
CheckBoxWidget m_HudDCharStats
ButtonWidget m_LocationRemoveButton
CheckBoxWidget m_HudDHealth
void ProcessTeleportText(PlayerBase player)
CheckBoxWidget m_LogsEnabled
CheckBoxWidget m_HudDCharDebug
CheckBoxWidget m_HudDFreeCamCross
CheckBoxWidget m_HudDTemperature
string GetCurrentLocationName()
ButtonWidget m_DiagToggleButton
bool IsCurrentPositionValid()
MissionGameplay m_MissionGameplay
ButtonWidget m_TeleportButton
ButtonWidget m_DiagDrawButton
CheckBoxWidget m_HudDCharAgents
ButtonWidget m_LocationAddButton
PluginConfigDebugProfile m_ConfigDebugProfile
ScriptConsole m_ScriptConsole
proto native CGame GetGame()