Spawns an in-game Notification. @param title The is the Title/Header of the Notification. @param body The is the Body/Text/Sum of the Notification. Example: API.spawnNotification("System", "Hello, from the matrix!"); System Hello, from the matrix!
(String title, String body)
| 149 | * <em>Hello, from the matrix!</em> |
| 150 | */ |
| 151 | public static void spawnNotification(String title, String body) { |
| 152 | |
| 153 | } |
| 154 | |
| 155 | /** |
| 156 | * This sets the OS Start Menu. Each time this is run, it overwrites the last input. |
nothing calls this directly
no outgoing calls
no test coverage detected