So I was looking around for some helpful tips online about hacking ect and I came along this guy trying to explain how to NULL a void making it not do anything like it wasn't event there his exact words are below I'm wondering if this is true can you make a void nothing?
But it just says void as the return value. Nothing after.
void with another parameter can be edited, although NULL which represent this as code:
-(void)sample {
} can work too, it just kill the method
This what he says it does
On March 29, 2014, 11:46:26 PM, Gigantor23 said:
Please don't post unless you actually post something relevant
in fact he posted something lol but seems got confused so ended with that mess anyways
@10101010fourtens let's say this is a method: (void)playerDie
if you did what i told you about on my previous post. then this function will do nothing.. like it doesn't exist and such, so it does make a sense
Is this true?