Difference between revisions of "NewtonGetPostUpdateCallback"

From Newton Wiki
Jump to: navigation, search
Line 1: Line 1:
 
== NewtonGetPostUpdateCallback ==
 
== NewtonGetPostUpdateCallback ==
  
  void NewtonGetPostUpdateCallback (const NewtonWorld* const newtonWorld, NewtonPostUpdateCallback callback)
+
  NewtonPostUpdateCallback NewtonGetPostUpdateCallback(const NewtonWorld* const newtonWorld)
  
 
== Usage ==
 
== Usage ==
  
Sets the post-update callback to call once [[NewtonUpdate]] procedure finishes.
+
Gets the post-update callback to call once [[NewtonUpdate]] procedure finishes.
  
 
== Parameters ==
 
== Parameters ==
  
 
* const NewtonWorld* const newtonWorld
 
* const NewtonWorld* const newtonWorld
* NewtonPostUpdateCallback callback
 
  
 
== Return ==
 
== Return ==
Line 19: Line 18:
  
 
== See also ==
 
== See also ==
 +
 +
[[NewtonSetPostUpdateCallback]]
  
  

Revision as of 05:15, 18 June 2019

NewtonGetPostUpdateCallback

NewtonPostUpdateCallback NewtonGetPostUpdateCallback(const NewtonWorld* const newtonWorld)

Usage

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

Parameters

  • const NewtonWorld* const newtonWorld

Return

  • (Procedure)

Remarks

See also

NewtonSetPostUpdateCallback