Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Python API has setCollisionActive() but not CollisionActive()

#1
Looks like the C api has the getter but it didn't make it into python.
#2
You can do the following to check if you have collision checking activated:

Code:
is_active = RDK.Command("CollisionActive");

It returns 1 if collision checking is active or 0 otherwise.
  




Users browsing this thread:
1 Guest(s)