Difference between revisions of "NewtonGetPostUpdateCallback"

From Newton Wiki
Jump to: navigation, search
m (WikiSysop moved page NewtonSetPosUpdateCallback to NewtonGetPostUpdateCallback: renamed function)
Line 1: Line 1:
== NewtonSetPosUpdateCallback ==
+
== NewtonGetPostUpdateCallback ==
  
  void NewtonSetPosUpdateCallback (const NewtonWorld* const newtonWorld, NewtonPostUpdateCallback callback)
+
  void NewtonGetPostUpdateCallback (const NewtonWorld* const newtonWorld, NewtonPostUpdateCallback callback)
  
 
== Usage ==
 
== Usage ==

Revision as of 05:14, 18 June 2019

NewtonGetPostUpdateCallback

void NewtonGetPostUpdateCallback (const NewtonWorld* const newtonWorld, NewtonPostUpdateCallback callback)

Usage

Sets the post-update callback to call once NewtonUpdate procedure finishes.

Parameters

  • const NewtonWorld* const newtonWorld
  • NewtonPostUpdateCallback callback

Return

  • (Procedure)

Remarks

See also