PlayMaker Actions Overview
Save Actions
Save All,”Saves all Fsm and/or Global variables to a file.”
Save Raw,”Saves raw data to a file.”
Append Raw,”Appends raw data to the end of a file.”
Save Image,”Saves a Texture2D as an image file.”[/table]
Load Actions
Load Into,”Load a value from a file into an existing object.”
Load All,”Loads all Fsm and/or global variables from a file.”
Load Raw String,”Loads data from a file as a string.”
Load Image,”Loads a JPG or PNG image file as a Texture2D.”
Load Audio,”Loads an audio file as an AudioClip.”[/table]
Exists Actions
File Exists,”Checks whether a file exists.”
Directory Exists,”Checks whether a file exists.”[/table]
Delete Actions
Delete File,”Deletes a file.”
Delete Directory,”Deletes a directory.”[/table]
Key, File and Directory Actions
Copy File,”Makes a copy of a file.”
Get Keys,”Gets an array of all of the key names in a file.”
Get Files,”Gets an array of all of the file names in a directory.”
Get Directories,”Gets an array of all of the sub-directory names in a directory.”[/table]
Caching Actions
Store Cached File,”Stores a file in the cache as a permanent local file.”[/table]
Backup Actions
Restore Backup,”Deletes a file.”[/table]
Spreadsheet Actions
ES3 Spreadsheet Load,”Loads a CSV file into an FsmES3Spreadsheet.”
ES3 Spreadsheet Set Cell,”Sets the value of a cell.”
ES3 Spreadsheet Get Cell,”Gets the value of a cell.”
ES3 Spreadsheet Save,”Stores an FsmES3Spreadsheet to a CSV file.”[/table]
Cloud Actions
ES3 Cloud Upload File,”Uploads a local file to the server.”
ES3 Cloud Download File,”Downloads a file from the server.”
ES3 Cloud Download Filenames,”Downloads the names of the files stored on the server.”
ES3 Cloud Search Filenames,”Gets the filenames which fit a given search string.”
ES3 Cloud Download Timestamp,”Downloads the timestamp for a given file.”[/table]