Page MenuHomeFeedback Tracker

EnString.LastIndexOf() is not linked, yet mentioned in EnString.c
Assigned, NormalPublic

Description

EnString.LastIndexOf() is not linked, yet mentioned in EnString.c (dunno what else to say here)

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Operating System Version
1803 (build 17134.407)
Category
Scripting
Steps To Reproduce
  1. Try to use EnString.LastIndexOf()
  2. Get "Function not linked" error in logs

Example:

string sumString = "exa==mple";
int eqIndex = sumString.LastIndexOf("=="); // > SCRIPT (E): Function not linked
Additional Information

DayZ 1.0.149974

Event Timeline

3Vaker created this task.Dec 22 2018, 2:51 PM
3Vaker edited Additional Information. (Show Details)
3Vaker edited Steps To Reproduce. (Show Details)Dec 22 2018, 2:53 PM
Geez changed the task status from New to Assigned.Jan 2 2019, 3:29 PM