far.RunDefaultScript

LuaFAR 3

far.RunDefaultScript


Result = far.RunDefaultScript ()

Parameters:
  none

Returns:
  Result: boolean (true = success)

Description:
  Runs the default script of the plugin.
  This usually means that all plugin's code is immediately reloaded.
  This is different from setting far.ReloadDefaultScript = true which causes
  a deferred reload (that occurs when export.Open is called the next time).

See also:
  LF_RunDefaultScript
  far.ReloadDefaultScript
  RecreateLuaState