Search results

  1. Help! Help!, How to call a void with button ?

    do you know how to call a void with button ? i tried many ways but it didnt work, i want to spawn a monster if i press the spawnbutton public void SpawnMonster() this is my code : void *spawnmonsterbtn; void (*_SpawnMonster)(void *instance); void SpawnMonster(void* instance) { if...