Fixed all links
This commit is contained in:
parent
d4f1733bc7
commit
26f8ba3f71
175 changed files with 11972 additions and 4443 deletions
|
|
@ -487,6 +487,7 @@ def webclient_options(session, *args, **kwargs):
|
|||
|
||||
Keyword Args:
|
||||
<option name>: an option to save
|
||||
|
||||
"""
|
||||
account = session.account
|
||||
|
||||
|
|
|
|||
|
|
@ -435,9 +435,9 @@ class PortalSessionHandler(SessionHandler):
|
|||
|
||||
Keyword Args:
|
||||
kwargs (any): Each key is a command instruction to the
|
||||
protocol on the form key = [[args],{kwargs}]. This will
|
||||
call a method send_<key> on the protocol. If no such
|
||||
method exixts, it sends the data to a method send_default.
|
||||
protocol on the form key = [[args],{kwargs}]. This will
|
||||
call a method send_<key> on the protocol. If no such
|
||||
method exixts, it sends the data to a method send_default.
|
||||
|
||||
"""
|
||||
# from evennia.server.profiling.timetrace import timetrace # DEBUG
|
||||
|
|
|
|||
|
|
@ -344,7 +344,7 @@ class ServerSession(Session):
|
|||
Update the protocol_flags and sync them with Portal.
|
||||
|
||||
Keyword Args:
|
||||
key, value - A key:value pair to set in the
|
||||
any: A key:value pair to set in the
|
||||
protocol_flags dictionary.
|
||||
|
||||
Notes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue