mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Update fn_inString.sqf
private fix
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//Kilzone_Kid's megafast inString function
|
||||
//caseinsensitive
|
||||
//params [needle,haystack];
|
||||
private ["_found","_hayArr"];
|
||||
private["_needle","_haystack","_haystackArr","_haystackLen","_needleLen","_found","_hayArr"];
|
||||
|
||||
scopeName "main";
|
||||
_needle = _this select 0;
|
||||
|
||||
Reference in New Issue
Block a user