public class FMod_Python extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__prop
Field descriptor (offset) for struct member 'prop'.
|
static long[] |
__DNA__FIELD__script
Field descriptor (offset) for struct member 'script'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct FMod_Python.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
FMod_Python(FMod_Python that) |
|
FMod_Python(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<FMod_Python> |
__io__addressof()
Instantiates a pointer on this instance.
|
CPointer<IDProperty> |
getProp()
Get method for struct member 'prop'.
|
CPointer<Text> |
getScript()
Get method for struct member 'script'.
|
void |
setProp(CPointer<IDProperty> prop)
Set method for struct member 'prop'.
|
void |
setScript(CPointer<Text> script)
Set method for struct member 'script'.
|
__io__addressof, __io__addressof, __io__equals, __io__generic__copy, __io__generic__copy, __io__instanceof, __io__native__copy, __io__newInstance, __io__same__encoding, __io__sizeof, __io__sizeof, __io__subclassof
public static final int __DNA__SDNA_INDEX
It is required when allocating a new block to store data for FMod_Python.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__script
This is how you get a reference on the corresponding field in the struct:
FMod_Python fmod_python = ...; CPointer<Object> p = fmod_python.__dna__addressof(FMod_Python.__DNA__FIELD__script); CPointer<CPointer<Text>> p_script = p.cast(new Class[]{CPointer.class, Text.class});
public static final long[] __DNA__FIELD__prop
This is how you get a reference on the corresponding field in the struct:
FMod_Python fmod_python = ...; CPointer<Object> p = fmod_python.__dna__addressof(FMod_Python.__DNA__FIELD__prop); CPointer<CPointer<IDProperty>> p_prop = p.cast(new Class[]{CPointer.class, IDProperty.class});
public FMod_Python(long __address, Block __block, BlockTable __blockTable)
protected FMod_Python(FMod_Python that)
public CPointer<Text> getScript() throws java.io.IOException
java.io.IOException
__DNA__FIELD__script
public void setScript(CPointer<Text> script) throws java.io.IOException
java.io.IOException
__DNA__FIELD__script
public CPointer<IDProperty> getProp() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prop
public void setProp(CPointer<IDProperty> prop) throws java.io.IOException
java.io.IOException
__DNA__FIELD__prop
public CPointer<FMod_Python> __io__addressof()