GMove-Documentation

From GMod Wiki

Jump to: navigation, search
Deletion.pngThis page has been nominated for deletion. Deletion is due within approximately 30 days from nomination, unless the deletion has been disputed on the talk page. See more pages nominated for deletion here.
Reason for deletion: Not what Garry wants the wiki to be used for
Last Edit was made on 11/16/2011


Library Functions

Deletion.pngThis page has been nominated for deletion. Deletion is due within approximately 30 days from nomination, unless the deletion has been disputed on the talk page. See more pages nominated for deletion here.
Reason for deletion: Not what Garry wants the wiki to be used for
Last Edit was made on 11/16/2011
NewerShared.png gmove.EnumToName

NewerShared.png gmove.Get
NewerShared.png gmove.GetEnumList
NewerShared.png gmove.GetList
NewerShared.png gmove.GetMoveTypePrivs
NewerShared.png gmove.GetPrivileges
NewerShared.png gmove.GetStored
NewerShared.png gmove.IsValidEnum
NewerShared.png gmove.NameToEnum
NewerShared.png gmove.NameToEnumRef
NewerShared.png gmove.ResetTable
NewerShared.png gmove.Register
NewerShared.png gmove.RegisterByFile
NewerShared.png gmove.ReRegister
NewerShared.png gmove.SetMoveTypePrivs

Player Methods

Deletion.pngThis page has been nominated for deletion. Deletion is due within approximately 30 days from nomination, unless the deletion has been disputed on the talk page. See more pages nominated for deletion here.
Reason for deletion: Not what Garry wants the wiki to be used for
Last Edit was made on 11/16/2011
NewerShared.png Player.SetGMoveType

NewerShared.png Player.GetGMoveType
NewerShared.png Player.SetGMoveData
NewerShared.png Player.GetGMoveData
NewerShared.png Player.SetGMoveKeyValue
NewerShared.png Player.GetGMoveKeyValue

GMOVE

Structure
Name GMOVE
Available On: NewerShared.png
Description:
GMOVE is the structure for user-defined movetypes in GMove. GMovetypes reside in the lua/gmove directory.

Members

Shared Members

Type Name Description
String Name NewerShared.png The display name for the GMovetype, which is later converted to a global enumeration variable.
String Author NewerShared.png The Author of the GMovetype.
String Contact NewerShared.png An e-mail address to contact the author.
String Description NewerShared.png Short description of what this movetype does.
String Instructions NewerShared.png Short manual of how to use the movetype.
Boolean Enabled NewerShared.png If false, this movetype will not be available for use until turned on by an admin.
Boolean AdminOnly NewerShared.png If true, this movetype will only be available to admins.
Boolean AllowBinding NewerShared.png If true, players will be able to create custom bindings for use of this movetype.

Client side Members

Type Name Description
Boolean DrawLocalPlayer NewerClient.png If true, players using this movetype will be able to see their own body. Good for use when changing to 3rd person view.
Boolean OverrideView NewerClient.png If false, any CalcView data from this movetype will be passed into GAMEMODE.CalcView rather than overriding it.


Methods

Deletion.pngThis page has been nominated for deletion. Deletion is due within approximately 30 days from nomination, unless the deletion has been disputed on the talk page. See more pages nominated for deletion here.
Reason for deletion: Not what Garry wants the wiki to be used for
Last Edit was made on 11/16/2011

Shared Methods

NewerShared.png GMOVE.CanStart
NewerShared.png GMOVE.OnStart
NewerShared.png GMOVE.CanFinish
NewerShared.png GMOVE.OnFinish
NewerShared.png GMOVE.Interrupt
NewerShared.png GMOVE.SetupMove
NewerShared.png GMOVE.Move
NewerShared.png GMOVE.FinishMove
NewerShared.png GMOVE.DoAnimationEvent
NewerShared.png GMOVE.KeyPress
NewerShared.png GMOVE.KeyRelease
NewerShared.png GMOVE.Think

Deletion.pngThis page has been nominated for deletion. Deletion is due within approximately 30 days from nomination, unless the deletion has been disputed on the talk page. See more pages nominated for deletion here.
Reason for deletion: Not what Garry wants the wiki to be used for
Last Edit was made on 11/16/2011

Client side Methods

NewerClient.png GMOVE.CreateMove
NewerClient.png GMOVE.InputMouseApply
NewerClient.png GMOVE.CalcView
NewerClient.png GMOVE.PlayerBindPress

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox