Difference between revisions of "NewtonGetNextPlugin"

From Newton Wiki
Jump to: navigation, search
(Created page with "== NewtonGetNextPlugin == void* NewtonGetNextPlugin(const NewtonWorld* const newtonWorld, const void* const plugin) == Usage == == Parameters == * const NewtonWorld* co...")
 
(No difference)

Latest revision as of 05:19, 18 June 2019

NewtonGetNextPlugin

void* NewtonGetNextPlugin(const NewtonWorld* const newtonWorld, const void* const plugin)

Usage

Parameters

  • const NewtonWorld* const newtonWorld
  • const void* const plugin

Return

  • pointer to data

Description

See also