From 4b00d4d9d2158fc65da39179448c03390f094987 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sat, 3 Dec 2011 23:50:31 +0200 Subject: Node definition aliases --- src/nodedef.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/nodedef.h') diff --git a/src/nodedef.h b/src/nodedef.h index e0b5c864c..f69b66c9f 100644 --- a/src/nodedef.h +++ b/src/nodedef.h @@ -279,6 +279,11 @@ public: const ContentFeatures &def)=0; // If returns CONTENT_IGNORE, could not allocate id virtual content_t allocateDummy(const std::string &name)=0; + // Set an alias so that nodes named will load as . + // Alias is not set if has already been defined. + // Alias will be removed if is defined at a later point of time. + virtual void setAlias(const std::string &name, + const std::string &convert_to)=0; /* Update tile textures to latest return values of TextueSource. -- cgit v1.2.3