DMFCBase::GetPlayerNum Returns your playernum, useful when finding out if an event is referring to you (by looking at the playernum passed to the event handler, compared to your playernum
| 1788 | // Returns your playernum, useful when finding out if an event is referring to you (by looking at |
| 1789 | // the playernum passed to the event handler, compared to your playernum |
| 1790 | int DMFCBase::GetPlayerNum(void) { return *Player_num; } |
| 1791 | |
| 1792 | // DMFCBase::GetLocalRole |
| 1793 | // |
no outgoing calls
no test coverage detected