| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Spell --+
|
NifSpell --+
|
SpellCleanStringPalette
|
|||
|
|||
| bool |
|
||
| bool |
|
||
| bool |
|
||
|
Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
SPELLNAME = A str describing how to refer to the spell from the command line. |
|||
READONLY = FalseA bool which determines whether the spell is read only or not. |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
|
Parses string palette of either a single controller sequence, or of all controller sequences in a controller manager. >>> seq = NifFormat.NiControllerSequence() >>> seq.string_palette = NifFormat.NiStringPalette() >>> block = seq.add_controlled_block() >>> block.string_palette = seq.string_palette >>> block.set_variable_1("there") >>> block.set_node_name("hello") >>> block.string_palette.palette.add_string("test") 12 >>> seq.string_palette.palette.get_all_strings() ['there', 'hello', 'test'] >>> SpellCleanStringPalette().branchentry(seq) pyffi.toaster:INFO:parsing string palette False >>> seq.string_palette.palette.get_all_strings() ['hello', 'there'] >>> block.get_variable_1() 'there' >>> block.get_node_name() 'hello'
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 10 19:04:01 2011 | http://epydoc.sourceforge.net |