Skip to content
Snippets Groups Projects
Commit e00040ed authored by Amorilia's avatar Amorilia
Browse files

updated python wrapper interface

parent cfb99f8d
No related branches found
No related tags found
No related merge requests found
......@@ -121,10 +121,10 @@ struct Key {
%ignore attr_ref::operator=(const char * n);
%ignore attr_ref::operator=(Matrix33 const & n);
%ignore attr_ref::operator=(blk_ref const & n);
%ignore attr_ref::operator=(TextureSource const & n);
%ignore attr_ref::operator=(TexSource const & n);
%ignore attr_ref::operator=(BoundingBox const & n);
%ignore attr_ref::operator=(ConditionalInt const & n);
%ignore attr_ref::operator=(Texture const & n);
%ignore attr_ref::operator=(TexDesc const & n);
%ignore blk_ref::operator=(const blk_ref & rh );
......@@ -153,6 +153,10 @@ struct Key {
%rename QueryColorData( blk_ref const & block ) QueryColorData_const;
%rename QueryFloatData( blk_ref const & block ) QueryFloatData_const;
%rename QueryPosData( blk_ref const & block ) QueryPosData_const;
%rename QueryBoolData( blk_ref const & block ) QueryBoolData_const;
%rename QueryPixelData( blk_ref const & block ) QueryPixelData_const;
%rename QueryPalette( blk_ref const & block ) QueryPalette_const;
%rename QueryControllerSequence( blk_ref const & block ) QueryControllerSequence_const;
%include "niflib.h"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment