Click or drag to resize
AttackedEventArgsCollectionItem Property
Default indexed property to get at collection items by index.

Namespace: Terrarium.Sdk.Classes.Creature
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public AttackedEventArgs this[
	int index
] { get; }

Parameters

index
Type: SystemInt32

Property Value

Type: AttackedEventArgs
See Also