Click or drag to resize

MvComponentDeclFunction Method

Empty implementation of IRtModelBuilder.

Namespace:  RW.Server.Component
Assembly:  RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax
public virtual void DeclFunction(
	string signature,
	bool isAuto,
	bool isExported,
	bool isDynamic,
	bool isGlobal
)

Parameters

signature
Type: SystemString
The signature of the function.
isAuto
Type: SystemBoolean
Set to true if the function has been implicitly declared in the Server model interpreter.
isExported
Type: SystemBoolean
Set to true if the function has been declared exported.
isDynamic
Type: SystemBoolean
Set to true if the function has been declared dynamic.
isGlobal
Type: SystemBoolean
Set to true if the function has been declared global.

Implements

IRtModelBuilderDeclFunction(String, Boolean, Boolean, Boolean, Boolean)
See Also