MOSRotating:AttachEmitter

From Data Realms Wiki

Jump to: navigation, search
Function
SyntaxAttachEmitter( * The AEmitter to attach, ownership IS transferred!
  • The offset from the origin of this MOSRotating to where the AEmitter's joint is attached.
  • Whether to check if this added emitter triggers the GibWoundLimit.. sometimes that's a bad idea if potentially gibbing this would cause the m_Attachables list to be messed with while it's being iterated. )
Description:
Attaches an AEmitter to this MOSRotating.
ReturnsNone.




Example
DescriptionPlaceholder!
Code
  1. for k,v in pairs(PagesWithoutExamples) do
  2.     v.MakeExample(NoErrors);
  3. end
OutputPlaceholder!
Personal tools