Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRage.Game.ModAPI.Ingame.Utilities.StringSegment.IndexOfAny

Malware edited this page Dec 13, 2025 · 23 revisions

DEPRECATION NOTICE

This API documentation is out of date and no longer maintained.

Please visit the new documentation at: https://malforge.github.io/spaceengineers/pbapi

IndexNamespace IndexStringSegment

Summary

public int IndexOfAny(Char[] chars)

Reports the zero-based index of the first occurence of one of the provided characters, relative to Start . Returns -1 if nothing was found.

Returns

int

Parameters

  • Char&#91] prohibited chars

Clone this wiki locally