Bricknodes Operators
- bpy.ops.bricknodes.add_game_prop()
Adds a property available to the UPBGE
- bpy.ops.bricknodes.move_game_prop(*, index=0, direction='')
Move Game Property
- Parameters:
index (int in [-inf, inf], (optional)) – index
direction (string, (optional, never None)) – direction
- File:
- bpy.ops.bricknodes.remove_game_prop(*, index=0)
Remove this property
- Parameters:
index (int in [-inf, inf], (optional)) – index
- File: