Jump to content

Is it possible to check if a property is defined?


Recommended Posts

I'm a little confused as to what you are trying to do, but to check if a property is defined, you would just do something like this:

 

if (propertyvar != none)
   ; code here
endif
All properties, if they aren't defined in the CK / GECK, will have their "default" state set (for references this is none, for ints 0, floats 0.0, etc).
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...