Bge Bricknodes Operators
- bpy.ops.bge_bricknodes.convert_bricks()
Convert Bricks to Nodes
- bpy.ops.bge_bricknodes.duplicate_brick()
Duplicate this brick
- bpy.ops.bge_bricknodes.remove_actuator(*, target_brick='')
Remove the selected actuator from the selected object
- Parameters:
target_brick (string, (optional, never None)) – target_brick
- File:
- bpy.ops.bge_bricknodes.remove_controller(*, target_brick='')
Remove the selected controller from the selected object
- Parameters:
target_brick (string, (optional, never None)) – target_brick
- File:
- bpy.ops.bge_bricknodes.remove_sensor(*, target_brick='')
Remove the selected sensor from the selected object
- Parameters:
target_brick (string, (optional, never None)) – target_brick
- File:
- bpy.ops.bge_bricknodes.update_all()
Synchronize logic bricks with the node setup. This should normally happen automatically