Click or drag to resize

NativeObjectSetObjectMaterialText Method

[Missing <summary> documentation for "M:SampSharp.Entities.SAMP.NativeObject.SetObjectMaterialText(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Boolean,System.Int32,System.Int32,System.Int32)"]

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public virtual bool SetObjectMaterialText(
	string text,
	int materialindex,
	int materialsize,
	string fontface,
	int fontsize,
	bool bold,
	int fontcolor,
	int backcolor,
	int textalignment
)

Parameters

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:SampSharp.Entities.SAMP.NativeObject.SetObjectMaterialText(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Boolean,System.Int32,System.Int32,System.Int32)"]

materialindex
Type: SystemInt32

[Missing <param name="materialindex"/> documentation for "M:SampSharp.Entities.SAMP.NativeObject.SetObjectMaterialText(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Boolean,System.Int32,System.Int32,System.Int32)"]

materialsize
Type: SystemInt32

[Missing <param name="materialsize"/> documentation for "M:SampSharp.Entities.SAMP.NativeObject.SetObjectMaterialText(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Boolean,System.Int32,System.Int32,System.Int32)"]

fontface
Type: SystemString

[Missing <param name="fontface"/> documentation for "M:SampSharp.Entities.SAMP.NativeObject.SetObjectMaterialText(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Boolean,System.Int32,System.Int32,System.Int32)"]

fontsize
Type: SystemInt32

[Missing <param name="fontsize"/> documentation for "M:SampSharp.Entities.SAMP.NativeObject.SetObjectMaterialText(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Boolean,System.Int32,System.Int32,System.Int32)"]

bold
Type: SystemBoolean

[Missing <param name="bold"/> documentation for "M:SampSharp.Entities.SAMP.NativeObject.SetObjectMaterialText(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Boolean,System.Int32,System.Int32,System.Int32)"]

fontcolor
Type: SystemInt32

[Missing <param name="fontcolor"/> documentation for "M:SampSharp.Entities.SAMP.NativeObject.SetObjectMaterialText(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Boolean,System.Int32,System.Int32,System.Int32)"]

backcolor
Type: SystemInt32

[Missing <param name="backcolor"/> documentation for "M:SampSharp.Entities.SAMP.NativeObject.SetObjectMaterialText(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Boolean,System.Int32,System.Int32,System.Int32)"]

textalignment
Type: SystemInt32

[Missing <param name="textalignment"/> documentation for "M:SampSharp.Entities.SAMP.NativeObject.SetObjectMaterialText(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Boolean,System.Int32,System.Int32,System.Int32)"]

Return Value

Type: Boolean
See Also