boiii-scripts/shared/string_shared.csc
2023-04-13 17:30:38 +02:00

17 lines
6.0 KiB
Plaintext

#using scripts\shared\array_shared;
#namespace string;
// Please contact DRoche before adding new string functions
// There is a 95%+ savings by doing string manipulation ( apart from == ) in code.
// String function moved to code
//strStartsWith()
//strEndsWith()
//strIsNumber()
//strIsFloat()
//strIsInt()
//strStrip()