Bricknodes Operators

bpy.ops.bricknodes.add_game_prop()

Adds a property available to the UPBGE

Returns:

Result of the operator call.

Return type:

set[Literal[Operator Return Items]]

File:

addons_core/bge_bricknodes/ops.py:385

bpy.ops.bricknodes.move_game_prop(*, index=0, direction='')

Move Game Property

Parameters:
  • index (int) – index, (in [-inf, inf], optional)

  • direction (str) – direction, (optional, never None)

Returns:

Result of the operator call.

Return type:

set[Literal[Operator Return Items]]

File:

addons_core/bge_bricknodes/ops.py:402

bpy.ops.bricknodes.remove_game_prop(*, index=0)

Remove this property

Parameters:

index (int) – index, (in [-inf, inf], optional)

Returns:

Result of the operator call.

Return type:

set[Literal[Operator Return Items]]

File:

addons_core/bge_bricknodes/ops.py:421