Difference between revisions of "NewtonWorldSetDestructorCallback"

From Newton Wiki
Jump to: navigation, search
 
m (1 revision imported)
 
(No difference)

Latest revision as of 08:02, 10 June 2019

NewtonWorldSetDestructorCallback

void NewtonWorldSetDestructorCallback (const NewtonWorld* const newtonWorld, NewtonWorldDestructorCallback destructor)

Usage

Specify a custom destructor callback for destroying the world.

Parameters

  • const NewtonWorld* const newtonWorld
  • NewtonWorldDestructorCallback destructor

Return

  • (Procedure)

Description

  • The application may specify its own world destructor.

See also

NewtonWorldSetDestructorCallback NewtonWorldGetUserData