Click or drag to resize
Interactioncreate Method (String, XmlNode)

[Missing <summary> documentation for "M:Planetbase.Interaction.create(System.String,System.Xml.XmlNode)"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static Interaction create(
	string typeName,
	XmlNode xmlNode
)

Parameters

typeName
Type: SystemString

[Missing <param name="typeName"/> documentation for "M:Planetbase.Interaction.create(System.String,System.Xml.XmlNode)"]

xmlNode
Type: System.XmlXmlNode

[Missing <param name="xmlNode"/> documentation for "M:Planetbase.Interaction.create(System.String,System.Xml.XmlNode)"]

Return Value

Type: Interaction

[Missing <returns> documentation for "M:Planetbase.Interaction.create(System.String,System.Xml.XmlNode)"]

See Also