native time(&hour = 0, &minute = 0, &second = 0);
hour | Variable to store hours in |
minute | Variable to store minutes in |
second | Variable to store seconds in |
Retrieves the current time in hours, minutes and seconds.
Unix timestamp
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.