Is there a function, or something to place into an if() that returns true/false if a function name has been defined?
There are some dynamic things I wish to make, but not all will define the same functions, so instead of making a bunch of null functions for no good reason, I would rather just put an if() in front of a function call to first see if that function exists/defined.
This just asking too much? =)