Summary
    Translates a zero based index to a placement name: 0 = "1st", 1 = "2nd", etc.
    
		- Assembly
 - UltEvents
.dll  - Namespace
 - UltEvents
 - Containing Type
 - UltEventUtils
 
Syntax
public static string GetPlacementName(int index)
	Parameters
| Name | Type | Description | 
|---|---|---|
| index | int | 
Return Value
| Type | Description | 
|---|---|
| string |