Bge Bricknodes Operators

bpy.ops.bge_bricknodes.convert_bricks()

Convert Bricks to Nodes

Returns:

Result of the operator call.

Return type:

set[Literal[Operator Return Items]]

File:

addons_core/bge_bricknodes/ops.py:62

bpy.ops.bge_bricknodes.duplicate_brick()

Duplicate this brick

Returns:

Result of the operator call.

Return type:

set[Literal[Operator Return Items]]

File:

addons_core/bge_bricknodes/ops.py:162

bpy.ops.bge_bricknodes.remove_actuator(*, target_brick='')

Remove the selected actuator from the selected object

Parameters:

target_brick (str) – target_brick, (optional, never None)

Returns:

Result of the operator call.

Return type:

set[Literal[Operator Return Items]]

File:

addons_core/bge_bricknodes/ops.py:350

bpy.ops.bge_bricknodes.remove_controller(*, target_brick='')

Remove the selected controller from the selected object

Parameters:

target_brick (str) – target_brick, (optional, never None)

Returns:

Result of the operator call.

Return type:

set[Literal[Operator Return Items]]

File:

addons_core/bge_bricknodes/ops.py:319

bpy.ops.bge_bricknodes.remove_sensor(*, target_brick='')

Remove the selected sensor from the selected object

Parameters:

target_brick (str) – target_brick, (optional, never None)

Returns:

Result of the operator call.

Return type:

set[Literal[Operator Return Items]]

File:

addons_core/bge_bricknodes/ops.py:298

bpy.ops.bge_bricknodes.update_all()

Synchronize logic bricks with the node setup. This should normally happen automatically

Returns:

Result of the operator call.

Return type:

set[Literal[Operator Return Items]]

File:

addons_core/bge_bricknodes/ops.py:370