34 vector pos = player.GetPosition();
42 clipboard =
"Clipboard: " + clipboard;
proto void CopyFromClipboard(out string text)
TextWidget m_PlayerPosTextWidget
PluginDeveloper m_ModuleDeveloper
void HudDebugWinCharDebug(Widget widget_root)
void ~HudDebugWinCharDebug()
TextWidget m_ClipboardTextWidget
proto string ToString(bool beautify=true)
Vector to string.
proto native CGame GetGame()
static proto float Min(float x, float y)
Returns smaller of two given values.
proto native int Length()
Returns length of string.
proto string Substring(int start, int len)
Substring of 'str' from 'start' position 'len' number of characters.