maxscript/maxwrapper/pathname.h File Reference

pathname.h File Reference

Macros

#define is_pathname(v)   ((DbgVerify(!is_sourcepositionwrapper(v)), (v))->tag == class_tag(PathName))
 

Enumerations

enum  path_flags { rooted_path = 1, wild_card_path = 2 }
 

Macro Definition Documentation

#define is_pathname (   v)    ((DbgVerify(!is_sourcepositionwrapper(v)), (v))->tag == class_tag(PathName))

Enumeration Type Documentation

enum path_flags
Enumerator
rooted_path 
wild_card_path 
13 { rooted_path = 1, wild_card_path = 2 };
Definition: pathname.h:13
Definition: pathname.h:13