ldmud/doc/applied
Alexander Motzkau 0659a4124d Implement lightweight objects
Add a new type and data structure to LPC. Lightweight objects combine
properties from structs (small memory footprint, automatic lifetime
management) and objects (capsulation, functions).
(Implements #688)
2022-01-09 01:13:21 +01:00
..
__INIT Fix formatting issues and typos in applied/* 2015-06-18 23:48:01 +02:00
add_weight Initial import from PRCS. 2005-06-21 01:46:13 +00:00
applied Initial import from PRCS. 2005-06-21 01:46:13 +00:00
can_put_and_get Initial import from PRCS. 2005-06-21 01:46:13 +00:00
catch_msg Implement lightweight objects 2022-01-09 01:13:21 +01:00
catch_tell Fix formatting issues and typos in applied/* 2015-06-18 23:48:01 +02:00
clean_up Fix formatting issues and typos in applied/* 2015-06-18 23:48:01 +02:00
create Initial import from PRCS. 2005-06-21 01:46:13 +00:00
drop Initial import from PRCS. 2005-06-21 01:46:13 +00:00
exit Initial import from PRCS. 2005-06-21 01:46:13 +00:00
get Initial import from PRCS. 2005-06-21 01:46:13 +00:00
heart_beat Update applied/heart_beat to reflect changes 2015-06-18 23:48:01 +02:00
id Fix formatting issues and typos in applied/* 2015-06-18 23:48:01 +02:00
init Fix formatting issues and typos in applied/* 2015-06-18 23:48:01 +02:00
logon - (backend, comm.c, object) The logon(obj) function moved from 2006-03-06 07:41:39 +00:00
modify_command Initial import from PRCS. 2005-06-21 01:46:13 +00:00
parse_command_adjectiv_id_list Initial import from PRCS. 2005-06-21 01:46:13 +00:00
parse_command_id_list Initial import from PRCS. 2005-06-21 01:46:13 +00:00
parse_command_plural_id_list Initial import from PRCS. 2005-06-21 01:46:13 +00:00
prevent_insert Initial import from PRCS. 2005-06-21 01:46:13 +00:00
query_weight Fix formatting issues and typos in applied/* 2015-06-18 23:48:01 +02:00
remove Fix formatting issues and typos in applied/* 2015-06-18 23:48:01 +02:00
reset Call create() and reset() without any arguments 2022-01-09 01:13:21 +01:00