Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

SyncList<T0>.RemoveAt

Switch to Manual
public function RemoveAt(index: int): void;

Parameters

index Index to remove.

Description

Same as List:Remove except it removes the index on clients also.