Value
Name | Description | Value |
---|---|---|
RotationDirection.BACKWARD | Rotate the list backward (i.e., move backmost item to front) | 1113680759 = 'Bakw' |
RotationDirection.FORWARD | Rotate the list forward (i.e., move the front item to end) | 1181708919 = 'Forw' |
Usage
In function
void PlaceGun.rotate ([direction: RotationDirection=RotationDirection.FORWARD])
Jongware, 28-Apr-2012 v3.0.3i | Contents :: Index |