|
My Project
|
Public Types | |
| enum | Style { None = 0 , RemoveAll , LeaveSideBases } |
Public Member Functions | |
| bool | IsMinimumPlayersForFlags () |
| Vector3 | GetMiddlePoint () |
Public Attributes | |
| Style | style = Style.None |
| bool | haveSandbags = false |
| bool | haveRoofs = false |
| bool | canCapture = false |
| float | captureSecs = 5.0f |
| bool | reverseBases = false |
| bool | reverseFlags = false |
| bool | reverseRespawns = false |
| int | minTeamPlayersForFlags = 2 |
| List< BaseCapture > | bases = new List<BaseCapture>() |
| List< BaseCapture > | orderedLeft = new List<BaseCapture>() |
| List< BaseCapture > | orderedRight = new List<BaseCapture>() |
| List< BaseCapture > | orderedAll = new List<BaseCapture>() |
| List< BaseCapture > | team1 = new List<BaseCapture>() |
| List< BaseCapture > | team2 = new List<BaseCapture>() |
| float | farthestLeft |
| float | farthestRight |