InitializationFileReadRotator Method

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Rage.InitializationFile.ReadRotator(System.String,System.String,Rage.Rotator)"]

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public Rotator ReadRotator(
	string sectionName,
	string keyName,
	Rotator defaultValue
)

Parameters

sectionName
Type: SystemString

[Missing <param name="sectionName"/> documentation for "M:Rage.InitializationFile.ReadRotator(System.String,System.String,Rage.Rotator)"]

keyName
Type: SystemString

[Missing <param name="keyName"/> documentation for "M:Rage.InitializationFile.ReadRotator(System.String,System.String,Rage.Rotator)"]

defaultValue
Type: RageRotator

[Missing <param name="defaultValue"/> documentation for "M:Rage.InitializationFile.ReadRotator(System.String,System.String,Rage.Rotator)"]

Return Value

Type: Rotator

[Missing <returns> documentation for "M:Rage.InitializationFile.ReadRotator(System.String,System.String,Rage.Rotator)"]

See Also

Reference