PartProxy
LuaPartRedraw Method |
Redraws the specified mode.
Namespace: PartProxy
Assembly: PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)

public bool Redraw( int mode )
Public Function Redraw ( mode As Integer ) As Boolean
public: bool Redraw( int mode )
member Redraw : mode : int -> bool
Parameters
- mode
- Type: SystemInt32
The mode.
Return Value
Type: Booleantrue if XXXX, false otherwise.

Exception | Condition |
---|---|
InvalidOperationException | Unable to call the method on part. |
