Difference between revisions of "GetDriver"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "<onlyinclude> Returns a reference to the Driver object. </onlyinclude> <syntaxhighlight lang="cpp"> Driver@ getDriver() </syntaxhighlight> Example from Entities/Characters/S...")
 
(No difference)

Latest revision as of 20:25, 22 August 2012

Returns a reference to the Driver object.

Driver@ getDriver()

Example from Entities/Characters/Scripts/ArcherAnim.as:

PixelOffset @po = getDriver().getPixelOffset( this.getFilename(), this.getFrame() );