Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 944 Bytes

File metadata and controls

34 lines (25 loc) · 944 Bytes

ChoreAddAttachmentKey

ChoreAddAttachmentKey(Chore, string, number, string, string, boolean, Vector3, Quaternion)

  • Chore:
  • string:
  • number:
  • string:
  • string:
  • boolean: (optional)
  • Vector3: (optional)
  • Quaternion: (optional)
  • Returns: Nothing

Usage

ChoreAddAttachmentKey(variableChore, variableString, variableNumber, variableString, variableString)
ChoreAddAttachmentKey(variableChore, variableString, variableNumber, variableString, variableString, variableBoolean)
ChoreAddAttachmentKey(variableChore, variableString, variableNumber, variableString, variableString, variableBoolean, variableVector3)
ChoreAddAttachmentKey(variableChore, variableString, variableNumber, variableString, variableString, variableBoolean, variableVector3, variableQuaternion)

Back To Scripting Documentation