Bricknodes Operators

bpy.ops.bricknodes.add_game_prop()

Adds a property available to the UPBGE

File:

addons_core/bge_bricknodes/ops.py:385

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:

addons_core/bge_bricknodes/ops.py:402

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

Remove this property

Parameters:

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

File:

addons_core/bge_bricknodes/ops.py:421