Exemple #1
0
 /**
  * Displays a TopMenu to a client.
  *
  * @param topmenu       TopMenu Handle.
  * @param client        Client index.
  * @param position      Position to display from.
  * @return              True on success, false on failure.
  * @error               Invalid TopMenu Handle or client not in game.
  */
 public static bool DisplayTopMenu(Handle topmenu, int client, TopMenuPosition position)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 // Displays a TopMenu to a client.
 //
 // @param client       Client index.
 // @param position     Position to display from.
 // @return              True on success, false on failure.
 public bool Display(int client, TopMenuPosition position)
 {
     throw new NotImplementedException();
 }