rott/kf_sources/AdminPlus_v4/Classes/APWipe.uc
2026-07-14 20:27:09 +07:00

16 lines
1.3 KiB
Ucode
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

class APWipe extends Info
abstract;
var array<string> Symbols; // list of unnesesary tags to remove
// help list for zed spawning
static function array<string> GetArray()
{
return default.Symbols;
}
defaultproperties
{
Symbols=("0","1","2","3","4","5","6","7","8","9","F1","F2","F3","F4","F5","F6","F7","F8","F9","F10","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","Alt","Attn","Backslash","Backspace","Cancel","CapsLock","Comma","LeftMouse","MiddleMouse","RightMouse","MouseWheelDown","MouseWheelUp","MouseX","MouseY","ShowMenu","ShowVoteMenu","Pause","Tilde","Tab","Space","Slash");
}