mgAddBodyContact
mgAddBodyContact(
s_side
)
=> t / nil
Description
Adds a body contact on the specified side to the selected instances inside a Modgen. Side can be one of left, right, top, or bottom.
Arguments
Value Returned
Example
Adds a body contact to the left side of any selected instances in the Modgen currently being modified.
mgAddBodyContact("left")
Return to top