This shows you the differences between two versions of the page.
— |
hpl3:community:scripting:classes:cluxforceemitter [2015/11/05 12:02] (current) abion47 created |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | =====cLuxForceEmitter===== | ||
+ | |||
+ | ====Fields==== | ||
+ | |||
+ | cLuxForceEmitter has no public fields. | ||
+ | |||
+ | ====Functions==== | ||
+ | |||
+ | ^ Return Type ^ Function Name ^ Parameters ^ Description ^ | ||
+ | | [[iLuxEntity]]@ | GetEntity | | | | ||
+ | | [[eLuxEntityComponentType]] | GetType | | | | ||
+ | | void | SetActive | bool abX | | | ||
+ | | bool | IsActive | | | | ||
+ | | void | SetCharacterBody | [[iCharacterBody]]@ apCharBody, \\ const [[cVector3f]]& avOffset, \\ bool abAtFoot | | | ||
+ | | void | SetRadius | float afX | | | ||
+ | | void | SetForce | float afX | | | ||
+ | | void | SetFreq | float afX | | | ||
+ | | void | FadeIn | float afTime | | | ||
+ | | void | FadeOut | float afTime | | | ||
+ | | void | SetMinForceSpeed | float afX | | | ||
+ | | void | SetMaxForceSpeed | float afX | | | ||
+ | |||
+ | ====Remarks==== | ||
+ | |||
+ | Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki! | ||