Core Function DLLStructGetDef

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
UberFoX (Talk | contribs)
(Created page with "<pre> DLLStructGetDef( <name> ) </pre> === Description === Return the <def string> of a given DLLStruct created by DLLStructCreateDef(). === Parameters === ==== name ==== T...")
Newer edit →

Revision as of 00:04, 20 April 2012

DLLStructGetDef( <name> )

Contents

Description

Return the <def string> of a given DLLStruct created by DLLStructCreateDef().

Parameters

name

The name of a DLLStruct created using DLLStructCreateDef.

Return Value

Success: The <def string> of the DLLStruct.

Failure: 0.

Remarks

None.

Example

DLLStructCreateDef("POINT", "int x;int y");
$DefString = DLLStructGetDef("POINT");
println("The def string of 'POINT' is: " . $DefString);
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox