Uses of Class
NWNFiles.GFFFile

Packages that use GFFFile
NWNFiles   
 

Uses of GFFFile in NWNFiles
 

Methods in NWNFiles that return GFFFile
 GFFFile GFFFile.Structure.getOwner()
           
 

Methods in NWNFiles with parameters of type GFFFile
 GFFFile.Field GFFFile.Field.clone(GFFFile target)
          Clones the field, the return object should be used in a specific GFFFile object.
protected  void GFFFile.Structure.setOwner(GFFFile _owner)
           
 Object GFFFile.Structure.clone(GFFFile target)
          Creates a copy of this object to be used in the given GFFFile.
 

Constructors in NWNFiles with parameters of type GFFFile
GFFFile.Structure(long _type, GFFFile _owner, GFFFile.Field[] fields)
          Constructs a Structure object.